BlinkIdVerifyProcessingUseCase

@Serializable
data class BlinkIdVerifyProcessingUseCase(val documentVerificationPolicy: DocumentVerificationPolicy?, val verificationContext: VerificationContext?, val manualReviewStrategy: ReviewStrategy?, val manualReviewSensitivity: ReviewSensitivity?) : Parcelable

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?)

Types

Link copied to clipboard
object Companion

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.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)