Initializes a new PoseLandmarkerResult with the given array of landmarks, world landmarks,
segmentation masks of the detected poses and timestamp (in milliseconds).
An instance of PoseLandmarkerResult initialized with the given array of landmarks,
world landmarks, segmentation masks of the detected poses and timestamp (in milliseconds).
[[["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\nPoseLandmarkerResult\n====================\n\n class PoseLandmarkerResult : ../Classes/TaskResult.html\n\nRepresents the pose landmarks deection results generated by [PoseLandmarker](../Classes/PoseLandmarker.html).\n- `\n ``\n ``\n `\n\n ### [landmarks](#/c:objc(cs)MPPPoseLandmarkerResult(py)landmarks)\n\n `\n ` \n Pose landmarks of detected poses. \n\n #### Declaration\n\n Swift \n\n var landmarks: [[../Classes/NormalizedLandmark.html]] { get }\n\n- `\n ``\n ``\n `\n\n ### [worldLandmarks](#/c:objc(cs)MPPPoseLandmarkerResult(py)worldLandmarks)\n\n `\n ` \n Pose landmarks in world coordinates of detected poses. \n\n #### Declaration\n\n Swift \n\n var worldLandmarks: [[../Classes/Landmark.html]] { get }\n\n- `\n ``\n ``\n `\n\n ### [segmentationMasks](#/c:objc(cs)MPPPoseLandmarkerResult(py)segmentationMasks)\n\n `\n ` \n Pose segmentation masks. \n\n #### Declaration\n\n Swift \n\n var segmentationMasks: [../Classes/Mask.html] { get }\n\n- `\n ``\n ``\n `\n\n ### [init(landmarks:worldLandmarks:segmentationMasks:timestampInMilliseconds:)](#/c:objc(cs)MPPPoseLandmarkerResult(im)initWithLandmarks:worldLandmarks:segmentationMasks:timestampInMilliseconds:)\n\n `\n ` \n Initializes a new `PoseLandmarkerResult` with the given array of landmarks, world landmarks,\n segmentation masks of the detected poses and timestamp (in milliseconds). \n\n #### Declaration\n\n Swift \n\n init(landmarks: [[../Classes/NormalizedLandmark.html]], worldLandmarks: [[../Classes/Landmark.html]], segmentationMasks: [../Classes/Mask.html]?, timestampInMilliseconds: Int)\n\n #### Parameters\n\n |---------------------------------|-------------------------------------------------------------------------------|\n | ` `*landmarks*` ` | An array of [NormalizedLandmark](../Classes/NormalizedLandmark.html) objects. |\n | ` `*worldLandmarks*` ` | An array of [Landmark](../Classes/Landmark.html) objects. |\n | ` `*segmentationMasks*` ` | An array of [Mask](../Classes/Mask.html) objects. |\n | ` `*timestampInMilliseconds*` ` | The timestamp (in milliseconds) for this result. |\n\n #### Return Value\n\n An instance of `PoseLandmarkerResult` initialized with the given array of landmarks,\n world landmarks, segmentation masks of the detected poses and timestamp (in milliseconds).\n- `\n ``\n ``\n `\n\n ### [-initWithTimestampInMilliseconds:](#/c:objc(cs)MPPPoseLandmarkerResult(im)initWithTimestampInMilliseconds:)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)MPPPoseLandmarkerResult(im)init)\n\n `\n ` \n Undocumented\n- `\n ``\n ``\n `\n\n ### [+new](#/c:objc(cs)MPPPoseLandmarkerResult(cm)new)\n\n `\n ` \n Undocumented"]]