mouthOcclusionThreshold property
Mouth occlusion threshold. If the mouth occlusion score is above this value, the mouth is probably occluded. Hint: Default value 70.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get mouthOcclusionThreshold => getMouthOcclusionThreshold();
Implementation
set mouthOcclusionThreshold(int value) => setMouthOcclusionThreshold(value);