Enumerations
The following enumerations are available globally.
-
Enumeration of possible barcode formats
See moreDeclaration
Objective-C
enum MBBBarcodeType {} -
Camera resolution preset
See moreDeclaration
Objective-C
enum MBBCameraPreset {}Swift
enum MBBCameraPreset : Int -
Camera type
See moreDeclaration
Objective-C
enum MBBCameraType {}Swift
enum MBBCameraType : Int -
Camera autofocus restricion mode
See moreDeclaration
Objective-C
enum MBBCameraAutofocusRestriction {}Swift
enum MBBCameraAutofocusRestriction : Int -
Status of the object detection in Microblink SDK
See moreDeclaration
Objective-C
enum MBBDetectionStatus {} -
Enum which describes text orientation on an image.
See moreDeclaration
Objective-C
enum MBBProcessingOrientation {}Swift
enum MBBProcessingOrientation : Int -
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, MBBLicenseError) { MBBLicenseErrorNetworkRequired, MBBLicenseErrorUnableToDoRemoteLicenceCheck, MBBLicenseErrorLicenseIsLocked, MBBLicenseErrorLicenseCheckFailed, MBBLicenseErrorInvalidLicense }Swift
enum MBBLicenseError : Int -
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, MBBLogLevel) { MBBLogLevelError, MBBLogLevelWarning, MBBLogLevelInfo, MBBLogLevelDebug, MBBLogLevelVerbose }Swift
enum MBBLogLevel : Int -
Denotes the mode in which Recognizers performs recognition
See moreDeclaration
Objective-C
enum MBBRecognitionDebugMode {}Swift
enum MBBRecognitionDebugMode : Int -
Denotes the mode in which FrameQuality estimation works
See moreDeclaration
Objective-C
enum MBBFrameQualityEstimationMode {}Swift
enum MBBFrameQualityEstimationMode : Int -
Enumeration of posibble recognizer result state
See moreDeclaration
Objective-C
enum MBBRecognizerResultState {}Swift
enum MBBRecognizerResultState : Int -
Possible keys that can be used for obtaining USDL result elements.
See moreDeclaration
Objective-C
enum MBBUsdlKeys {}
View on GitHub
Enumerations Reference