[[["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,["# HandLandmarkerOptions interface\n\n\u003cbr /\u003e\n\nOptions to configure the MediaPipe HandLandmarker Task\n\n**Signature:** \n\n export declare interface HandLandmarkerOptions extends VisionTaskOptions \n\n**Extends:** VisionTaskOptions\n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------------------------|---------------------|------------------------------------------------------------------------------------------------------|\n| [minHandDetectionConfidence](./tasks-vision.handlandmarkeroptions#handlandmarkeroptionsminhanddetectionconfidence) | number \\| undefined | The minimum confidence score for the hand detection to be considered successful. Defaults to 0.5. |\n| [minHandPresenceConfidence](./tasks-vision.handlandmarkeroptions#handlandmarkeroptionsminhandpresenceconfidence) | number \\| undefined | The minimum confidence score of hand presence score in the hand landmark detection. Defaults to 0.5. |\n| [minTrackingConfidence](./tasks-vision.handlandmarkeroptions#handlandmarkeroptionsmintrackingconfidence) | number \\| undefined | The minimum confidence score for the hand tracking to be considered successful. Defaults to 0.5. |\n| [numHands](./tasks-vision.handlandmarkeroptions#handlandmarkeroptionsnumhands) | number \\| undefined | The maximum number of hands can be detected by the HandLandmarker. Defaults to 1. |\n\nHandLandmarkerOptions.minHandDetectionConfidence\n------------------------------------------------\n\nThe minimum confidence score for the hand detection to be considered successful. Defaults to 0.5.\n\n**Signature:** \n\n minHandDetectionConfidence?: number | undefined;\n\nHandLandmarkerOptions.minHandPresenceConfidence\n-----------------------------------------------\n\nThe minimum confidence score of hand presence score in the hand landmark detection. Defaults to 0.5.\n\n**Signature:** \n\n minHandPresenceConfidence?: number | undefined;\n\nHandLandmarkerOptions.minTrackingConfidence\n-------------------------------------------\n\nThe minimum confidence score for the hand tracking to be considered successful. Defaults to 0.5.\n\n**Signature:** \n\n minTrackingConfidence?: number | undefined;\n\nHandLandmarkerOptions.numHands\n------------------------------\n\nThe maximum number of hands can be detected by the HandLandmarker. Defaults to 1.\n\n**Signature:** \n\n numHands?: number | undefined;"]]