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