[[["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,["# FaceDetectorOptions interface\n\n\u003cbr /\u003e\n\nOptions to configure the MediaPipe Face Detector Task\n\n**Signature:** \n\n export declare interface FaceDetectorOptions extends VisionTaskOptions \n\n**Extends:** VisionTaskOptions\n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------|---------------------|----------------------------------------------------------------------------------------------------------------|\n| [minDetectionConfidence](./tasks-vision.facedetectoroptions#facedetectoroptionsmindetectionconfidence) | number \\| undefined | The minimum confidence score for the face detection to be considered successful. Defaults to 0.5. |\n| [minSuppressionThreshold](./tasks-vision.facedetectoroptions#facedetectoroptionsminsuppressionthreshold) | number \\| undefined | The minimum non-maximum-suppression threshold for face detection to be considered overlapped. Defaults to 0.3. |\n\nFaceDetectorOptions.minDetectionConfidence\n------------------------------------------\n\nThe minimum confidence score for the face detection to be considered successful. Defaults to 0.5.\n\n**Signature:** \n\n minDetectionConfidence?: number | undefined;\n\nFaceDetectorOptions.minSuppressionThreshold\n-------------------------------------------\n\nThe minimum non-maximum-suppression threshold for face detection to be considered overlapped. Defaults to 0.3.\n\n**Signature:** \n\n minSuppressionThreshold?: number | undefined;"]]