expressionSensibility property

int expressionSensibility

Sensibility of the expression classifier. The higher the value, the more sensitive the algorithm will be, meaning that it will be less likely to estimate neutral expression out of the detected face. Hint: Default value is 60.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get expressionSensibility => getExpressionSensibility();
void expressionSensibility=(int value)

Implementation

set expressionSensibility(int value) => setExpressionSensibility(value);