underExposureThreshold property

int underExposureThreshold

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

Implementation

set underExposureThreshold(int value) => setUnderExposureThreshold(value);