[[["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\nHandLandmarkerResult\n====================\n\n class HandLandmarkerResult : ../Classes/TaskResult.html\n\nRepresents the hand landmarker results generated by [HandLandmarker](../Classes/HandLandmarker.html).\n- `\n ``\n ``\n `\n\n ### [landmarks](#/c:objc(cs)MPPHandLandmarkerResult(py)landmarks)\n\n `\n ` \n Hand landmarks of detected hands. \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)MPPHandLandmarkerResult(py)worldLandmarks)\n\n `\n ` \n Hand landmarks in world coordinates of detected hands. \n\n #### Declaration\n\n Swift \n\n var worldLandmarks: [[../Classes/Landmark.html]] { get }\n\n- `\n ``\n ``\n `\n\n ### [handedness](#/c:objc(cs)MPPHandLandmarkerResult(py)handedness)\n\n `\n ` \n Handedness of detected hands. \n\n #### Declaration\n\n Swift \n\n var handedness: [[../Classes/ResultCategory.html]] { get }\n\n- `\n ``\n ``\n `\n\n ### [init(landmarks:worldLandmarks:handedness:timestampInMilliseconds:)](#/c:objc(cs)MPPHandLandmarkerResult(im)initWithLandmarks:worldLandmarks:handedness:timestampInMilliseconds:)\n\n `\n ` \n Initializes a new `HandLandmarkerResult` with the given landmarks, world landmarks, handedness\n and timestamp (in milliseconds). \n\n #### Declaration\n\n Swift \n\n init(landmarks: [[../Classes/NormalizedLandmark.html]], worldLandmarks: [[../Classes/Landmark.html]], handedness: [[../Classes/ResultCategory.html]], timestampInMilliseconds: Int)\n\n #### Parameters\n\n |---------------------------------|------------------------------------------------------------|\n | ` `*landmarks*` ` | The hand landmarks of detected hands. |\n | ` `*worldLandmarks*` ` | The hand landmarks in world coordinates of detected hands. |\n | ` `*handedness*` ` | The handedness of detected hands. |\n | ` `*timestampInMilliseconds*` ` | The timestamp for this result. |\n\n #### Return Value\n\n An instance of `HandLandmarkerResult` initialized with the given landmarks, world\n landmarks, handedness and timestamp (in milliseconds)."]]