faceMaskThreshold property
Face mask detection threshold. If the detection score is above this value, the person is probably wearing a mask. Hint: Default value is 35.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get faceMaskThreshold => getFaceMaskThreshold();
Implementation
set faceMaskThreshold(int value) => setFaceMaskThreshold(value);