[[["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\nConnection\n==========\n\n class Connection : 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 Swift \n\n var start: UInt { get }\n\n- `\n ``\n ``\n `\n\n ### [end](#/c:objc(cs)MPPConnection(py)end)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n var end: UInt { get }\n\n- `\n ``\n ``\n `\n\n ### [init(start: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 Swift \n\n init(start: UInt, end: UInt)\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 ``\n ``\n `\n\n ### [+new](#/c:objc(cs)MPPConnection(cm)new)\n\n `\n ` \n Undocumented"]]