underExposureThreshold property
Under exposure threshold. Above this threshold, the face is probably under-exposed. Hint: Default value is 50.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get underExposureThreshold => getUnderExposureThreshold();
Implementation
set underExposureThreshold(int value) => setUnderExposureThreshold(value);