BlinkCardRecognizerResult class

Result object for BlinkCardRecognizer.

Inheritance

Constructors

BlinkCardRecognizerResult(Map<String, dynamic> nativeResult)

Properties

cardNumber String?
The payment card number.
getter/setter pair
cardNumberPrefix String?
The payment card number prefix.
getter/setter pair
cardNumberValid bool?
The payment card number is valid
getter/setter pair
cvv String?
Payment card's security code/value.
getter/setter pair
documentLivenessCheck DocumentLivenessCheckResult?
Document liveness check (screen, photocopy, hand presence) which can pass or fail.
getter/setter pair
expiryDate Date?
The payment card's expiry date.
getter/setter pair
firstSideAnonymized bool?
Whether the first scanned side is anonymized.
getter/setter pair
firstSideBlurred bool?
Whether the first scanned side is blurred.
getter/setter pair
firstSideFullDocumentImage String?
Full image of the payment card from first side recognition.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iban String?
Payment card's IBAN.
getter/setter pair
issuer Issuer?
Payment card's issuing network.
getter/setter pair
owner String?
Information about the payment card owner (name, company, etc.).
getter/setter pair
processingStatus BlinkCardProcessingStatus?
Status of the last recognition process.
getter/setter pair
resultState RecognizerResultState
State of the result. It is always one of the values represented by RecognizerResultState enum
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanningFirstSideDone bool?
Returns true if recognizer has finished scanning first side and is now scanning back side, false if it's still scanning first side.
getter/setter pair
secondSideAnonymized bool?
Whether the second scanned side is anonymized.
getter/setter pair
secondSideBlurred bool?
Whether the second scanned side is blurred.
getter/setter pair
secondSideFullDocumentImage String?
Full image of the payment card from second side recognition.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited