noNoise property
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;
Implementation
set noNoise(int value) => _handle.ref.NoNoise = value;