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