MBRecognitionMode
enum MBRecognitionMode : NSInteger {}
MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.
-
No recognition performed.
Declaration
Objective-C
MBRecognitionModeNone
-
Recognition of mrz document (does not include visa and passport)
Declaration
Objective-C
MBRecognitionModeMrzId
-
Recognition of visa mrz.
Declaration
Objective-C
MBRecognitionModeMrzVisa
-
Recognition of passport mrz.
Declaration
Objective-C
MBRecognitionModeMrzPassport
-
Recognition of documents that have face photo on the front.
Declaration
Objective-C
MBRecognitionModePhotoId
-
Detailed document recognition.
Declaration
Objective-C
MBRecognitionModeFullRecognition
-
Recognition of barcode document.
Declaration
Objective-C
MBRecognitionModeBarcodeId