[[["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.components.containers.LandmarksDetectionResult\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/google/mediapipe/blob/master/mediapipe/tasks/python/components/containers/landmark_detection_result.py#L38-L106) |\n\nRepresents the landmarks detection result. \n\n mp.tasks.components.containers.LandmarksDetectionResult(\n landmarks: Optional[List[_NormalizedLandmark]],\n categories: Optional[List[_Category]],\n world_landmarks: Optional[List[_Landmark]],\n rect: ../../../../mp/tasks/components/containers/NormalizedRect\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|-------------------|-----------------------------------------|\n| `landmarks` | A list of `NormalizedLandmark` objects. |\n| `categories` | A list of `Category` objects. |\n| `world_landmarks` | A list of `Landmark` objects. |\n| `rect` | A `NormalizedRect` object. |\n\n\u003cbr /\u003e\n\nMethods\n-------\n\n### `__eq__`\n\n __eq__(\n other\n )"]]