Enumerations
The following enumerations are available globally.
-
Enumeration of possible barcode formats
See moreDeclaration
Objective-C
enum MBIBarcodeType {}
-
Camera resolution preset
See moreDeclaration
Objective-C
enum MBICameraPreset {}
Swift
enum MBICameraPreset : Int
-
Camera type
See moreDeclaration
Objective-C
enum MBICameraType {}
Swift
enum MBICameraType : Int
-
Camera autofocus restricion mode
See moreDeclaration
Objective-C
enum MBICameraAutofocusRestriction {}
Swift
enum MBICameraAutofocusRestriction : Int
-
Available date formats for date parser. To activate parsing of dates with month names in English, use formats which contain MONTH, e.g. MBIDateFormatDDMONTHYYYY. Month names in uppercase and short month names are supported (for example March and Mar).
See moreDeclaration
Objective-C
enum MBIDateFormat {}
Swift
enum MBIDateFormat : Int
-
Type of the document which recognizer scans
See moreDeclaration
Objective-C
enum MBIDeepOcrModel {}
Swift
enum MBIDeepOcrModel : Int
-
Status of the object detection in Microblink SDK
See moreDeclaration
Objective-C
enum MBIDetectionStatus {}
-
Enum for type of detection status.
See moreDeclaration
Objective-C
enum MBIDetectionCode {}
Swift
enum MBIDetectionCode : Int
-
Enum of different scanning modes: Landscape, Portrait and Auto(both)
See moreDeclaration
Objective-C
enum MBIScanningMode {}
Swift
enum MBIScanningMode : Int
-
Presets which can be used to instantiate document specification for a specific document format
See moreDeclaration
Objective-C
enum MBIDocumentSpecificationPreset {}
Swift
enum MBIDocumentSpecificationPreset : Int
-
Enum which describes text orientation on an image.
See moreDeclaration
Objective-C
enum MBIProcessingOrientation {}
Swift
enum MBIProcessingOrientation : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, MBILicenseError) { MBILicenseErrorNetworkRequired, MBILicenseErrorUnableToDoRemoteLicenceCheck, MBILicenseErrorLicenseIsLocked, MBILicenseErrorLicenseCheckFailed, MBILicenseErrorInvalidLicense }
Swift
enum MBILicenseError : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, MBILogLevel) { MBILogLevelError, MBILogLevelWarning, MBILogLevelInfo, MBILogLevelDebug, MBILogLevelVerbose }
Swift
enum MBILogLevel : Int
-
Presets which can be used to instantiate mrtd specification for a specific mrtd format
See moreDeclaration
Objective-C
enum MBIMrtdSpecificationPreset {}
Swift
enum MBIMrtdSpecificationPreset : Int
-
Type of the document which recognizer scans
See moreDeclaration
Objective-C
enum MBIDocumentType {}
Swift
enum MBIDocumentType : Int
-
A list of fonts supported by BlinkOCR
See moreDeclaration
Objective-C
enum MBIOcrFont {}
-
Enumeration of posibble parser result state
See moreDeclaration
Objective-C
enum MBIParserResultState {}
Swift
enum MBIParserResultState : Int
-
Enumeration of posibble processor result state
See moreDeclaration
Objective-C
enum MBIProcessorResultState {}
Swift
enum MBIProcessorResultState : Int
-
Denotes the mode in which Recognizers performs recognition
See moreDeclaration
Objective-C
enum MBIRecognitionDebugMode {}
Swift
enum MBIRecognitionDebugMode : Int
-
Denotes the mode in which FrameQuality estimation works
See moreDeclaration
Objective-C
enum MBIFrameQualityEstimationMode {}
Swift
enum MBIFrameQualityEstimationMode : Int
-
Enumeration of posibble recognizer result state
See moreDeclaration
Objective-C
enum MBIRecognizerResultState {}
Swift
enum MBIRecognizerResultState : Int
-
Enumeration of posibble top up presets
See moreDeclaration
Objective-C
enum MBITopUpPreset {}
Swift
enum MBITopUpPreset : Int