Enumerations
The following enumerations are available globally.
-
See moreMBFieldKeyenum represents one field or one result of scanning. Here are defined all theproperties
that can be extracted from all our recognizers used in BlinkIDUI. For a specific country you can see the results by checking out the ‘*Extractor.swift’ files. In them are defined extractors that extract the result into an array ofMBFieldsDeclaration
Swift
@objc public enum MBFieldKey : Int, MBLocalizable, Comparable
-
Enum defines that have their special recognizers Other countries are supported through general recognizers Example: all countires have passports that contain ‘MRZ’ which can be read using
See moreMRTDRecognizersDeclaration
Swift
@objc public enum MBSupportedCountry : Int, CaseIterable
-
Enum presenting the available document types that can be scanned.
See moreDeclaration
Swift
@objc public enum MBDocumentType : Int, MBLocalizable, Comparable
-
Enum that describes the type of frames that can be returned to the user through
See moreMBBlinkDelegateDeclaration
Swift
@objc public enum MBFrameGrabberMode : Int
-
Enum that describes the current scanning state
See moreDeclaration
Swift
@objc public enum MBScanState : Int
View on GitHub
Install in Dash
Enumerations Reference