resolutionThreshold property

int resolutionThreshold

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

Implementation

set resolutionThreshold(int value) => setResolutionThreshold(value);