ResultCompleteness
@Serializable
Represents the completeness of the extraction process for a scanned card.
Constructors
Link copied to clipboard
constructor(scanningStatus: ScanningStatus, cardNumberExtractionStatus: FieldExtractionStatus, cardNumberPrefixExtractionStatus: FieldExtractionStatus, expiryDateExtractionStatus: FieldExtractionStatus, cardholderNameExtractionStatus: FieldExtractionStatus, cvvExtractionStatus: FieldExtractionStatus, ibanExtractionStatus: FieldExtractionStatus, cardImageExtractionStatus: ImageExtractionStatus)
Properties
Link copied to clipboard
The status of the cardholder name extraction.
Link copied to clipboard
The status of the card image extraction.
Link copied to clipboard
The status of the card number extraction.
Link copied to clipboard
The status of the card number prefix extraction.
Link copied to clipboard
The status of the CVV extraction.
Link copied to clipboard
The status of the expiry date extraction.
Link copied to clipboard
The status of the IBAN extraction.
Link copied to clipboard
The status of the scanning process.