eyeOpeningThreshold property
Eye opening threshold. If the score is above this value, the eyes are definitely open. Hint: Default value is 5.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get eyeOpeningThreshold => getEyeOpeningThreshold();
Implementation
set eyeOpeningThreshold(int value) => setEyeOpeningThreshold(value);