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