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