MBProcessingStatus
enum MBProcessingStatus : NSInteger {}
MBProcessingStatus enum defines status of the last recognition process.
-
Recognition was successful.
Declaration
Objective-C
MBProcessingStatusSuccess
-
Detection of the document failed.
Declaration
Objective-C
MBProcessingStatusDetectionFailed
-
Preprocessing of the input image has failed.
Declaration
Objective-C
MBProcessingStatusImagePreprocessingFailed
-
Recognizer has inconsistent results.
Declaration
Objective-C
MBProcessingStatusStabilityTestFailed
-
Wrong side of the document has been scanned.
Declaration
Objective-C
MBProcessingStatusScanningWrongSide
-
Identification of the fields present on the document has failed.
Declaration
Objective-C
MBProcessingStatusFieldIdentificationFailed
-
Mandatory field for the specific document is missing.
Declaration
Objective-C
MBProcessingStatusMandatoryFieldMissing
-
Result contains invalid characters in some of the fields.
Declaration
Objective-C
MBProcessingStatusInvalidCharactersFound
-
Failed to return a requested image.
Declaration
Objective-C
MBProcessingStatusImageReturnFailed
-
Reading or parsing of the barcode has failed.
Declaration
Objective-C
MBProcessingStatusBarcodeRecognitionFailed
-
Parsing of the MRZ has failed.
Declaration
Objective-C
MBProcessingStatusMrzParsingFailed
-
Document class has been filtered out.
Declaration
Objective-C
MBProcessingStatusClassFiltered
-
Document currently not supported by the recognizer.
Declaration
Objective-C
MBProcessingStatusUnsupportedClass
-
License for the detected document is missing.
Declaration
Objective-C
MBProcessingStatusUnsupportedByLicense
-
Front side recognition has completed successfully, and recognizer is waiting for the other side to be scanned.
Declaration
Objective-C
MBProcessingStatusAwaitingOtherSide
-
Side not scanned.
Declaration
Objective-C
MBProcessingStatusNotScanned
-
The barcode was not found on the image. This processing status can only occur if document has mandatory barcode.
Declaration
Objective-C
MBProcessingStatusBarcodeDetectionFailed