noseOcclusionThreshold property
Nose occlusion threshold. If the score is above this value, the nose is probably occluded. Hint: Default value 50.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noseOcclusionThreshold => getNoseOcclusionThreshold();
Implementation
set noseOcclusionThreshold(int value) => setNoseOcclusionThreshold(value);