faceDetectionThreshold property
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();
Implementation
set faceDetectionThreshold(int value) => setFaceDetectionThreshold(value);