BlinkIdVerifyRequestImageQualityInterpretation
@microblink/blinkid-verify / BlinkIdVerifyRequestImageQualityInterpretation
Type Alias: BlinkIdVerifyRequestImageQualityInterpretation
BlinkIdVerifyRequestImageQualityInterpretation =
"Ignore"|"Conservative"|"HighAssurance"|"HighConversion"|"VeryHighConversion"
Specifies the strictness of the model when marking the quality of the image. Includes a range of values that allow for more or less conservative approach.
"Ignore": Ensures that BlinkID Verify API returns aPassorFailverdict even if image quality is not good enough."Conservative": If image quality is not good enough, BlinkID Verify API will refuse to process the image and aNotPerformedverdict will be returned. When aNotPerformedverdict is returned, BlinkID Verify API will prompt the user to repeat the capture process. This is indicated by theRetryvalue underRecommendedOutcomein the response."HighAssurance": AFailverdict can be returned even if image quality is not good enough, but occasionally aPassverdict will not be returned if image quality is not satisfactory."HighConversion": APassverdict can be returned even if image quality is not good enough, but occasionally aFailverdict will not be returned if image quality is not satisfactory."VeryHighConversion": APassverdict can be returned even if image quality is significantly unsatisfactory, but aFailverdict will not be returned if image quality is really poor.