MBCBlinkCardProcessingStatus
enum MBCBlinkCardProcessingStatus : NSInteger {}
MBCBlinkCardProcessingStatus enum defines status of the last recognition process.
-
Recognition was successful.
Declaration
Objective-C
MBCBlinkCardProcessingStatusSuccess
-
Detection of the document failed.
Declaration
Objective-C
MBCBlinkCardProcessingStatusDetectionFailed
-
Preprocessing of the input image has failed.
Declaration
Objective-C
MBCBlinkCardProcessingStatusImagePreprocessingFailed
-
Recognizer has inconsistent results.
Declaration
Objective-C
MBCBlinkCardProcessingStatusStabilityTestFailed
-
Wrong side of the document has been scanned.
Declaration
Objective-C
MBCBlinkCardProcessingStatusScanningWrongSide
-
Identification of the fields present on the document has failed.
Declaration
Objective-C
MBCBlinkCardProcessingStatusFieldIdentificationFailed
-
Failed to return a requested image.
Declaration
Objective-C
MBCBlinkCardProcessingStatusImageReturnFailed
-
Payment card currently not supported by the recognizer.
Declaration
Objective-C
MBCBlinkCardProcessingStatusUnsupportedCard