noFlashReflectionThreshold property
Flash reflexion detection threshold. Above this threshold, the flash reflexion is probably present on the face. Hint: Default value is 70.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noFlashReflectionThreshold => getNoFlashReflectionThreshold();
Implementation
set noFlashReflectionThreshold(int value) => setNoFlashReflectionThreshold(value);