faceDetectionThreshold property

int faceDetectionThreshold

Specifies the face detection confidence threshold, in the range is 0;100. Hint: Default value is 50. Setting a high threshold reduces false detections but may increase the number of undetected faces.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get faceDetectionThreshold => getFaceDetectionThreshold();
void faceDetectionThreshold=(int value)

Implementation

set faceDetectionThreshold(int value) => setFaceDetectionThreshold(value);