Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BlinkCardProcessResult(val inputImageAnalysisResult: InputImageAnalysisResult, val resultCompleteness: ResultCompleteness)

Represents the overall result of the card processing pipeline.

Link copied to clipboard
data class BlinkCardScanningResult(val issuingNetwork: String, val cardAccounts: List<CardAccountResult>, val iban: String?, val cardholderName: String?, val overallCardLivenessResult: CheckResult, val firstSideResult: BlinkCardSingleSideScanningResult?, val secondSideResult: BlinkCardSingleSideScanningResult?)

Result of scanning a card.

Link copied to clipboard

Manages a card scanning session with support for processing images and extracting card data.

Link copied to clipboard
data class BlinkCardSessionSettings(val inputImageSource: InputImageSource = InputImageSource.Video, val scanningSettings: ScanningSettings = ScanningSettings()) : Parcelable

Represents the configuration settings for a scanning session.

Link copied to clipboard

Represents the status of the document detection process.

Link copied to clipboard

Represents the source type of an image.

Link copied to clipboard

Exception that is thrown when the result has already been retrieved from the scanning session and the restartSession() method is called.

Link copied to clipboard

Exception that is thrown when the scanning has already been completed and the process() method is called.