Enumerations

The following enumerations are available globally.

  • Enumeration of possible barcode formats

    See more

    Declaration

    Objective-C

    enum MBIBarcodeType {}
  • Camera resolution preset

    See more

    Declaration

    Objective-C

    enum MBICameraPreset {}

    Swift

    enum MBICameraPreset : Int
  • Camera type

    See more

    Declaration

    Objective-C

    enum MBICameraType {}

    Swift

    enum MBICameraType : Int
  • Camera autofocus restricion mode

    See more

    Declaration

    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 more

    Declaration

    Objective-C

    enum MBIDateFormat {}

    Swift

    enum MBIDateFormat : Int
  • Type of the document which recognizer scans

    See more

    Declaration

    Objective-C

    enum MBIDeepOcrModel {}

    Swift

    enum MBIDeepOcrModel : Int
  • Status of the object detection in Microblink SDK

    See more

    Declaration

    Objective-C

    enum MBIDetectionStatus {}
  • Enum for type of detection status.

    See more

    Declaration

    Objective-C

    enum MBIDetectionCode {}

    Swift

    enum MBIDetectionCode : Int
  • Enum of different scanning modes: Landscape, Portrait and Auto(both)

    See more

    Declaration

    Objective-C

    enum MBIScanningMode {}

    Swift

    enum MBIScanningMode : Int
  • Presets which can be used to instantiate document specification for a specific document format

    See more

    Declaration

    Objective-C

    enum MBIDocumentSpecificationPreset {}

    Swift

    enum MBIDocumentSpecificationPreset : Int
  • Enum which describes text orientation on an image.

    See more

    Declaration

    Objective-C

    enum MBIProcessingOrientation {}

    Swift

    enum MBIProcessingOrientation : Int
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, MBILicenseError) {
        MBILicenseErrorNetworkRequired,
        MBILicenseErrorUnableToDoRemoteLicenceCheck,
        MBILicenseErrorLicenseIsLocked,
        MBILicenseErrorLicenseCheckFailed,
        MBILicenseErrorInvalidLicense
    }

    Swift

    enum MBILicenseError : Int
  • Undocumented

    See more

    Declaration

    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 more

    Declaration

    Objective-C

    enum MBIMrtdSpecificationPreset {}

    Swift

    enum MBIMrtdSpecificationPreset : Int
  • Type of the document which recognizer scans

    See more

    Declaration

    Objective-C

    enum MBIDocumentType {}

    Swift

    enum MBIDocumentType : Int
  • A list of fonts supported by BlinkOCR

    See more

    Declaration

    Objective-C

    enum MBIOcrFont {}
  • Enumeration of posibble parser result state

    See more

    Declaration

    Objective-C

    enum MBIParserResultState {}

    Swift

    enum MBIParserResultState : Int
  • Enumeration of posibble processor result state

    See more

    Declaration

    Objective-C

    enum MBIProcessorResultState {}

    Swift

    enum MBIProcessorResultState : Int
  • Denotes the mode in which Recognizers performs recognition

    See more

    Declaration

    Objective-C

    enum MBIRecognitionDebugMode {}

    Swift

    enum MBIRecognitionDebugMode : Int
  • Denotes the mode in which FrameQuality estimation works

    See more

    Declaration

    Objective-C

    enum MBIFrameQualityEstimationMode {}

    Swift

    enum MBIFrameQualityEstimationMode : Int
  • Enumeration of posibble recognizer result state

    See more

    Declaration

    Objective-C

    enum MBIRecognizerResultState {}

    Swift

    enum MBIRecognizerResultState : Int
  • Enumeration of posibble top up presets

    See more

    Declaration

    Objective-C

    enum MBITopUpPreset {}

    Swift

    enum MBITopUpPreset : Int