pixelation property
Value, from 0 to 100, indicating if the image is pixelized. 0 means that there is no pixelation at all. Hint: The recommended value is under 50.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get pixelation => _handle.ref.Pixelation;
Implementation
set pixelation(int value) => _handle.ref.Pixelation = value;