overExposureThreshold property

int overExposureThreshold

Over exposure threshold. Above this threshold, the ratio of face pixels are over-exposed. Hint: Default value is 50.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get overExposureThreshold => getOverExposureThreshold();
void overExposureThreshold=(int value)

Implementation

set overExposureThreshold(int value) => setOverExposureThreshold(value);