hatThreshold property

int hatThreshold

Threshold for confirming that the person is wearing a hat. Hint: Default value is 98.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get hatThreshold => getHatThreshold();
void hatThreshold=(int value)

Implementation

set hatThreshold(int value) => setHatThreshold(value);