noseOcclusionScore property

int noseOcclusionScore

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

Implementation

set noseOcclusionScore(int value) => _handle.ref.NoseOcclusionScore = value;