overExposureSensibility property
Sensibility of the over-exposure classifier, from 0 to 255. The lower the value, the more sensitive the algorithm will be, meaning that it will be more likely to estimate over-exposed face images. Hint: Default value is 188.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get overExposureSensibility => getOverExposureSensibility();
Implementation
set overExposureSensibility(int value) => setOverExposureSensibility(value);