overExposure property
Value, from 0 to 100, indicating the ratio of face pixels that are over-exposed. 0 means that the face is not over-exposed at all. Hint: The recommended value is under 50.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get overExposure => _handle.ref.OverExposure;
Implementation
set overExposure(int value) => _handle.ref.OverExposure = value;