pixelationThreshold property
Pixelation detection threshold. Above this threshold, the image is probably pixelated. Hint: Default value is 90.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get pixelationThreshold => getPixelationThreshold();
Implementation
set pixelationThreshold(int value) => setPixelationThreshold(value);