BlinkCardSingleSideScanningResult

data class BlinkCardSingleSideScanningResult(val cardImage: CroppedImageResult?, val cardLivenessCheckResult: CardLivenessCheckResult)

Represents the result of scanning a single side of the card.

Contains the cropped card image and liveness check results from scanning one side of a card.

Constructors

Link copied to clipboard
constructor(cardImage: CroppedImageResult?, cardLivenessCheckResult: CardLivenessCheckResult)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cropped image of the scanned card, or null if image capture failed.

Link copied to clipboard

The result of the card liveness verification check.