noNoise property

int noNoise

Value indicating whether no noise is present in the image.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get noNoise => _handle.ref.NoNoise;
void noNoise=(int value)

Implementation

set noNoise(int value) => _handle.ref.NoNoise = value;