[[["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-01 UTC."],[],[],null,["# mp.tasks.vision.HandLandmarkerResult\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/google/mediapipe/blob/master/mediapipe/tasks/python/vision/hand_landmarker.py#L144-L156) |\n\nThe hand landmarks result from HandLandmarker, where each vector element represents a single hand detected in the image. \n\n mp.tasks.vision.HandLandmarkerResult(\n handedness: List[List[category_module.Category]],\n hand_landmarks: List[List[landmark_module.NormalizedLandmark]],\n hand_world_landmarks: List[List[landmark_module.Landmark]]\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|------------------------|----------------------------------------------------------|\n| `handedness` | Classification of handedness. |\n| `hand_landmarks` | Detected hand landmarks in normalized image coordinates. |\n| `hand_world_landmarks` | Detected hand landmarks in world coordinates. |\n\n\u003cbr /\u003e\n\nMethods\n-------\n\n### `__eq__`\n\n __eq__(\n other\n )"]]