makeUp property

int makeUp

Value, from 0 to 100, indicating whether the subject is wearing makeup or not. Hint: The recommended value is less than 50.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get makeUp => _handle.ref.MakeUp;
void makeUp=(int value)

Implementation

set makeUp(int value) => _handle.ref.MakeUp = value;