overExposureThreshold property
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();
Implementation
set overExposureThreshold(int value) => setOverExposureThreshold(value);