maleThreshold property

int maleThreshold

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();
void maleThreshold=(int value)

Implementation

set maleThreshold(int value) => setMaleThreshold(value);