[[["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,["# HolisticLandmarkerResult interface\n\n\u003cbr /\u003e\n\nRepresents the holistic landmarks detection results generated by `HolisticLandmarker`.\n\n**Signature:** \n\n export declare interface HolisticLandmarkerResult \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|--------------------------------------------------------------------|\n| [faceBlendshapes](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultfaceblendshapes) | [Classifications](./tasks-vision.classifications#classifications_interface)\\[\\] | Optional face blendshapes results. |\n| [faceLandmarks](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultfacelandmarks) | [NormalizedLandmark](./tasks-vision.normalizedlandmark#normalizedlandmark_interface)\\[\\]\\[\\] | Detected face landmarks in normalized image coordinates. |\n| [leftHandLandmarks](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultlefthandlandmarks) | [NormalizedLandmark](./tasks-vision.normalizedlandmark#normalizedlandmark_interface)\\[\\]\\[\\] | Left hand landmarks of detected left hands. |\n| [leftHandWorldLandmarks](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultlefthandworldlandmarks) | [Landmark](./tasks-vision.landmark#landmark_interface)\\[\\]\\[\\] | Left hand landmarks in world coordinates of detected left hands. |\n| [poseLandmarks](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultposelandmarks) | [NormalizedLandmark](./tasks-vision.normalizedlandmark#normalizedlandmark_interface)\\[\\]\\[\\] | Detected pose landmarks in normalized image coordinates. |\n| [poseSegmentationMasks](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultposesegmentationmasks) | [MPMask](./tasks-vision.mpmask#mpmask_class)\\[\\] | Optional segmentation mask for the detected pose. |\n| [poseWorldLandmarks](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultposeworldlandmarks) | [Landmark](./tasks-vision.landmark#landmark_interface)\\[\\]\\[\\] | Pose landmarks in world coordinates of detected poses. |\n| [rightHandLandmarks](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultrighthandlandmarks) | [NormalizedLandmark](./tasks-vision.normalizedlandmark#normalizedlandmark_interface)\\[\\]\\[\\] | Right hand landmarks of detected right hands. |\n| [rightHandWorldLandmarks](./tasks-vision.holisticlandmarkerresult#holisticlandmarkerresultrighthandworldlandmarks) | [Landmark](./tasks-vision.landmark#landmark_interface)\\[\\]\\[\\] | Right hand landmarks in world coordinates of detected right hands. |\n\nHolisticLandmarkerResult.faceBlendshapes\n----------------------------------------\n\nOptional face blendshapes results.\n\n**Signature:** \n\n faceBlendshapes: Classifications[];\n\nHolisticLandmarkerResult.faceLandmarks\n--------------------------------------\n\nDetected face landmarks in normalized image coordinates.\n\n**Signature:** \n\n faceLandmarks: NormalizedLandmark[][];\n\nHolisticLandmarkerResult.leftHandLandmarks\n------------------------------------------\n\nLeft hand landmarks of detected left hands.\n\n**Signature:** \n\n leftHandLandmarks: NormalizedLandmark[][];\n\nHolisticLandmarkerResult.leftHandWorldLandmarks\n-----------------------------------------------\n\nLeft hand landmarks in world coordinates of detected left hands.\n\n**Signature:** \n\n leftHandWorldLandmarks: Landmark[][];\n\nHolisticLandmarkerResult.poseLandmarks\n--------------------------------------\n\nDetected pose landmarks in normalized image coordinates.\n\n**Signature:** \n\n poseLandmarks: NormalizedLandmark[][];\n\nHolisticLandmarkerResult.poseSegmentationMasks\n----------------------------------------------\n\nOptional segmentation mask for the detected pose.\n\n**Signature:** \n\n poseSegmentationMasks: MPMask[];\n\nHolisticLandmarkerResult.poseWorldLandmarks\n-------------------------------------------\n\nPose landmarks in world coordinates of detected poses.\n\n**Signature:** \n\n poseWorldLandmarks: Landmark[][];\n\nHolisticLandmarkerResult.rightHandLandmarks\n-------------------------------------------\n\nRight hand landmarks of detected right hands.\n\n**Signature:** \n\n rightHandLandmarks: NormalizedLandmark[][];\n\nHolisticLandmarkerResult.rightHandWorldLandmarks\n------------------------------------------------\n\nRight hand landmarks in world coordinates of detected right hands.\n\n**Signature:** \n\n rightHandWorldLandmarks: Landmark[][];"]]