resolution property

int resolution

Value indicating if the image resolution is sufficient. Hint: The recommended value is over 90.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get resolution => _handle.ref.Resolution;
void resolution=(int value)

Implementation

set resolution(int value) => _handle.ref.Resolution = value;