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