confidenceThreshold property

int confidenceThreshold

Confidence threshold, in the range 0;100. Hint: Default value is 50. Note: Setting a high threshold reduces false detection but can increase the number of undetected faces.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get confidenceThreshold => getConfidenceThreshold();
void confidenceThreshold=(int value)

Implementation

set confidenceThreshold(int value) => setConfidenceThreshold(value);