MediaPipeTasksVision Framework Reference

Connection

class Connection : NSObject

The value class representing a landmark connection.

  • Undocumented

    Declaration

    Swift

    var start: UInt { get }
  • end

    Undocumented

    Declaration

    Swift

    var end: UInt { get }
  • Initializes a new MPPConnection with the start and end landmarks integer constants.

    Declaration

    Swift

    init(start: UInt, end: UInt)

    Parameters

    start

    The integer representing the starting landmark of the connection.

    end

    The integer representing the ending landmark of the connection.

    Return Value

    An instance of MPPConnection initialized with the given start and end landmarks integer constants.

  • Undocumented

  • Undocumented