pixelationThreshold property

int pixelationThreshold

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

Implementation

set pixelationThreshold(int value) => setPixelationThreshold(value);