faceMaskThreshold property

int faceMaskThreshold

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

Implementation

set faceMaskThreshold(int value) => setFaceMaskThreshold(value);