BlinkIdVerifyProcessingUseCase
@Serializable
Represents the configuration for processing a document verification request.
This data class encapsulates the various settings and strategies that govern how a document verification process is performed. It includes policies, context, and review strategies that are crucial for automated and manual document review processes.
See also
Constructors
Link copied to clipboard
constructor(documentVerificationPolicy: DocumentVerificationPolicy?, verificationContext: VerificationContext?, manualReviewStrategy: ReviewStrategy?, manualReviewSensitivity: ReviewSensitivity?)
Properties
Link copied to clipboard
The strictness policy that defines the rules and requirements for document verification.
Link copied to clipboard
The level of sensitivity applied to the manual review process.
Link copied to clipboard
The strategy for handling manual reviews of documents, if required.
Link copied to clipboard
The context of the verification, done either in-person or remote.