mouthOcclusionThreshold property

int mouthOcclusionThreshold

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

Implementation

set mouthOcclusionThreshold(int value) => setMouthOcclusionThreshold(value);