maleThreshold property
Male gender detection threshold. If the score is higher than this value, the person is probably male. Hint: Default value is 50.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get maleThreshold => getMaleThreshold();
Implementation
set maleThreshold(int value) => setMaleThreshold(value);