noFlashReflectionThreshold property

int noFlashReflectionThreshold

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();
void noFlashReflectionThreshold=(int value)

Implementation

set noFlashReflectionThreshold(int value) => setNoFlashReflectionThreshold(value);