makeupThreshold property

int makeupThreshold

Make-up detection threshold. If the detection score is above this value, the persone is definitely wearing make-up. Hint: Default value 50.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get makeupThreshold => getMakeupThreshold();
void makeupThreshold=(int value)

Implementation

set makeupThreshold(int value) => setMakeupThreshold(value);