rightEyeOcclusionScore property

int rightEyeOcclusionScore

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;
void rightEyeOcclusionScore=(int value)

Implementation

set rightEyeOcclusionScore(int value) => _handle.ref.RightEyeOcclusionScore = value;