male property

int male

Value, from 0 to 100, indicating the estimated gender of the subject. A value near 0 suggests that the subject is estimated to be female. A value near 100 suggests that the subject is estimated to be male.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get male => _handle.ref.Male;
void male=(int value)

Implementation

set male(int value) => _handle.ref.Male = value;