noUnderExposure property

int noUnderExposure

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;
void noUnderExposure=(int value)

Implementation

set noUnderExposure(int value) => _handle.ref.NoUnderExposure = value;