mouthOcclusionScore property

int mouthOcclusionScore

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

Implementation

set mouthOcclusionScore(int value) => _handle.ref.MouthOcclusionScore = value;