[[["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-07 UTC."],[],[],null,["# HandLandmarkerResult interface\n\n\u003cbr /\u003e\n\nRepresents the hand landmarks deection results generated by `HandLandmarker`.\n\n**Signature:** \n\n export declare interface HandLandmarkerResult \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|--------------------------------------------------------|\n| [handedness](./tasks-vision.handlandmarkerresult#handlandmarkerresulthandedness) | [Category](./tasks-vision.category#category_interface)\\[\\]\\[\\] | Handedness of detected hands. |\n| [handednesses](./tasks-vision.handlandmarkerresult#handlandmarkerresulthandednesses) | [Category](./tasks-vision.category#category_interface)\\[\\]\\[\\] | Handedness of detected hands. |\n| [landmarks](./tasks-vision.handlandmarkerresult#handlandmarkerresultlandmarks) | [NormalizedLandmark](./tasks-vision.normalizedlandmark#normalizedlandmark_interface)\\[\\]\\[\\] | Hand landmarks of detected hands. |\n| [worldLandmarks](./tasks-vision.handlandmarkerresult#handlandmarkerresultworldlandmarks) | [Landmark](./tasks-vision.landmark#landmark_interface)\\[\\]\\[\\] | Hand landmarks in world coordinates of detected hands. |\n\nHandLandmarkerResult.handedness\n-------------------------------\n\nHandedness of detected hands.\n\n**Signature:** \n\n handedness: Category[][];\n\nHandLandmarkerResult.handednesses\n---------------------------------\n\n\u003e | **Warning:** This API is now obsolete.\n\u003e\n\u003e Use `.handedness` instead.\n\nHandedness of detected hands.\n\n**Signature:** \n\n handednesses: Category[][];\n\nHandLandmarkerResult.landmarks\n------------------------------\n\nHand landmarks of detected hands.\n\n**Signature:** \n\n landmarks: NormalizedLandmark[][];\n\nHandLandmarkerResult.worldLandmarks\n-----------------------------------\n\nHand landmarks in world coordinates of detected hands.\n\n**Signature:** \n\n worldLandmarks: Landmark[][];"]]