padThreshold property

int padThreshold

Presentation attack detection threshold, from 0 to 100. Higher values enable more attacks to be detected, but may reduce ease of use. Hint: Default value 95.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get padThreshold => getPadThreshold();
void padThreshold=(int value)

Implementation

set padThreshold(int value) => setPadThreshold(value);