@camera.ui/sdk / camera / FaceDetectionSettings
Interface: FaceDetectionSettings
Defined in: camera/detection.ts:180
Face detection settings.
Properties
confidence?
optionalconfidence?:number
Defined in: camera/detection.ts:182
Minimum confidence threshold (0 - 1) for a face to count.
matchThreshold?
optionalmatchThreshold?:number
Defined in: camera/detection.ts:187
Minimum similarity (0 - 1) for a face to be recognized as an enrolled person. Higher means fewer false matches, lower means more matches.