noOverExposure property
Value indicating whether the image is not over-exposed.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noOverExposure => _handle.ref.NoOverExposure;
Implementation
set noOverExposure(int value) => _handle.ref.NoOverExposure = value;