Introducing LiteRT : Google's high-performance runtime for on-device AI, formerly known as TensorFlow Lite.
Learn more
Send feedback
FaceDetectorOptions interface
Options to configure the MediaPipe Face Detector Task
Signature:
export declare interface FaceDetectorOptions extends VisionTaskOptions
Extends: VisionTaskOptions
Properties
Property
Type
Description
minDetectionConfidence
number | undefined
The minimum confidence score for the face detection to be considered successful. Defaults to 0.5.
minSuppressionThreshold
number | undefined
The minimum non-maximum-suppression threshold for face detection to be considered overlapped. Defaults to 0.3.
FaceDetectorOptions.minDetectionConfidence
The minimum confidence score for the face detection to be considered successful. Defaults to 0.5.
Signature:
minDetectionConfidence? : number | undefined ;
FaceDetectorOptions.minSuppressionThreshold
The minimum non-maximum-suppression threshold for face detection to be considered overlapped. Defaults to 0.3.
Signature:
minSuppressionThreshold? : number | undefined ;
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-07 UTC.
Need to tell us more?
[[["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."],[],[]]