redEyeThreshold property

int redEyeThreshold

Threshold for confirming the presence of red eyes. Hint: Default value is 10.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get redEyeThreshold => getRedEyeThreshold();
void redEyeThreshold=(int value)

Implementation

set redEyeThreshold(int value) => setRedEyeThreshold(value);