BlinkIdVerifyRequestOptions
@microblink/blinkid-verify / BlinkIdVerifyRequestOptions
Type Alias: BlinkIdVerifyRequestOptions
BlinkIdVerifyRequestOptions =
object
Caller-supplied options for the BlinkID Verify Cloud API request.
These options are merged with settings derived from the scanning session to produce the final BlinkIdVerifyPayload. Only the subset of options that are relevant to the caller are exposed here.
Properties
anonymizationMode?
optionalanonymizationMode:BlinkIdVerifyRequestAnonymizationMode
Controls which parts of the result are anonymized in the API response.
generativeAiMatchLevel?
optionalgenerativeAiMatchLevel:BlinkIdVerifyRequestMatchLevel
Match level threshold for the generative AI–based fraud detection check.
photocopyMatchLevel?
optionalphotocopyMatchLevel:BlinkIdVerifyRequestMatchLevel
Match level threshold for detecting photocopy fraud.
photoForgeryMatchLevel?
optionalphotoForgeryMatchLevel:BlinkIdVerifyRequestMatchLevel
Match level threshold for detecting photo forgery.
returnFaceImage?
optionalreturnFaceImage:boolean
Whether to include the face image in the API response.
returnFullDocumentImage?
optionalreturnFullDocumentImage:boolean
Whether to include the full document image in the API response.
returnImageFormat?
optionalreturnImageFormat:ReturnImageFormat
The image format used for returned images.
returnSignatureImage?
optionalreturnSignatureImage:boolean
Whether to include the signature image in the API response.