BlinkIdVerifyCaptureResult

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

Constructors

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

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