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