noPixelation property
Value indicating whether the image is not pixelated.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get noPixelation => _handle.ref.NoPixelation;
Implementation
set noPixelation(int value) => _handle.ref.NoPixelation = value;