eyeOcclusionThreshold property
Visible eye threshold. If the score is above this value, the eye is probably occluded. Hint: Default value 80.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get eyeOcclusionThreshold => getEyeOcclusionThreshold();
Implementation
set eyeOcclusionThreshold(int value) => setEyeOcclusionThreshold(value);