resolution property
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;
Implementation
set resolution(int value) => _handle.ref.Resolution = value;