BlinkIdVerifyCaptureResult

@Serializable
data class BlinkIdVerifyCaptureResult(val frontCameraFrame: EncodedImage?, val backCameraFrame: EncodedImage?, val barcodeCameraFrame: EncodedImage?, sessionSettings: BlinkIdVerifySessionSettings, sessionId: String)

Constructors

Link copied to clipboard
constructor(frontCameraFrame: EncodedImage?, backCameraFrame: EncodedImage?, barcodeCameraFrame: EncodedImage?, sessionSettings: BlinkIdVerifySessionSettings, sessionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The camera frame containing the back side of the document.

Link copied to clipboard

The camera frame containing the clearly visible barcode on the document, if any.

Link copied to clipboard

The camera frame containing the front side of the document.

Functions

Link copied to clipboard

Converts capture result into BlinkIdVerifyRequest using caller-provided options.

fun toBlinkIdVerifyRequest(returnFullDocumentImage: Boolean? = null, returnFaceImage: Boolean? = null, returnSignatureImage: Boolean? = null, photocopyMatchLevel: MatchLevel? = null, photoForgeryMatchLevel: MatchLevel? = null, generativeAiMatchLevel: MatchLevel? = null, returnImageFormat: ImageFormat? = null, anonymizationMode: AnonymizationMode? = null): BlinkIdVerifyRequest

Converts this capture result into BlinkIdVerifyRequest using BlinkIdVerifySessionSettings settings as the source of truth for all shared on-device and backend processing options.