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