hatThreshold property
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();
Implementation
set hatThreshold(int value) => setHatThreshold(value);