resolutionThreshold property
Threshold indicating whether the image resolution is sufficient. Hint: Default value is 90.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get resolutionThreshold => getResolutionThreshold();
Implementation
set resolutionThreshold(int value) => setResolutionThreshold(value);