noOverExposure property

int noOverExposure

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

Implementation

set noOverExposure(int value) => _handle.ref.NoOverExposure = value;