attackSupportDetectorConfidenceThreshold property

int attackSupportDetectorConfidenceThreshold

Attack support detector confidence threshold, in the range 0;100. Hint: Default value is 25. Note: Setting a high threshold reduces false attack support detections but can increase the number of undetected attack supports.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get attackSupportDetectorConfidenceThreshold => getAttackSupportDetectorConfidenceThreshold();
void attackSupportDetectorConfidenceThreshold=(int value)

Implementation

set attackSupportDetectorConfidenceThreshold(int value) => setAttackSupportDetectorConfidenceThreshold(value);