MediaPipeTasksVision Framework Reference
MPPConnection
@interface MPPConnection : NSObject
The value class representing a landmark connection.
-
Declaration
Objective-C
@property(nonatomic, readonly) NSUInteger start
-
Declaration
Objective-C
@property(nonatomic, readonly) NSUInteger end
-
Initializes a new MPPConnection
with the start and end landmarks integer constants.
Declaration
Objective-C
- (nonnull instancetype)initWithStart:(NSUInteger)start end:(NSUInteger)end;
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.
-
Declaration
Objective-C
- (instancetype)init NS_UNAVAILABLE;
-
Declaration
Objective-C
+ (instancetype)new NS_UNAVAILABLE;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-08 UTC."],[],[],null,["# MediaPipeTasksVision Framework Reference\n\nMPPConnection\n=============\n\n\n @interface MPPConnection : NSObject\n\nThe value class representing a landmark connection.\n- `\n ``\n ``\n `\n\n ### [start](#/c:objc(cs)MPPConnection(py)start)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n @property(nonatomic, readonly) NSUInteger start\n\n- `\n ``\n ``\n `\n\n ### [end](#/c:objc(cs)MPPConnection(py)end)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n @property(nonatomic, readonly) NSUInteger end\n\n- `\n ``\n ``\n `\n\n ### [-initWithStart:end:](#/c:objc(cs)MPPConnection(im)initWithStart:end:)\n\n `\n ` \n Initializes a new `MPPConnection` with the start and end landmarks integer constants. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)initWithStart:(NSUInteger)start end:(NSUInteger)end;\n\n #### Parameters\n\n |---------------|-------------------------------------------------------------------|\n | ` `*start*` ` | The integer representing the starting landmark of the connection. |\n | ` `*end*` ` | The integer representing the ending landmark of the connection. |\n\n #### Return Value\n\n An instance of `MPPConnection` initialized with the given start and end landmarks integer\n constants.\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MPPConnection(im)init)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n - (instancetype)init NS_UNAVAILABLE;\n\n- `\n ``\n ``\n `\n\n ### [+new](#/c:objc(cs)MPPConnection(cm)new)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Objective-C \n\n + (instancetype)new NS_UNAVAILABLE;"]]