noiseThreshold property
Threshold for confirming the presence of noise in the image. Hint: Default value is 90.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noiseThreshold => getNoiseThreshold();
Implementation
set noiseThreshold(int value) => setNoiseThreshold(value);