makeUp property
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;
Implementation
set makeUp(int value) => _handle.ref.MakeUp = value;