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