leftEyeOcclusionScore property
Value, from 0 to 100, indicating whether the left eye is occluded or not. 100 means that the left eye is definitely occluded. Hint: The recommended threshold is 50.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get leftEyeOcclusionScore => _handle.ref.LeftEyeOcclusionScore;
Implementation
set leftEyeOcclusionScore(int value) => _handle.ref.LeftEyeOcclusionScore = value;