noPixelation property

int noPixelation

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

Implementation

set noPixelation(int value) => _handle.ref.NoPixelation = value;