Enumerations
The following enumerations are available globally.
-
MBAnonymizationMode is used to define level of anonymization performed on recognizer result.
See moreDeclaration
Objective-C
enum MBAnonymizationMode : NSInteger {}
-
Enumeration of possible barcode element keys
See moreDeclaration
Objective-C
enum MBBarcodeElementKey : NSInteger {}
-
Enumeration of possible barcode formats
See moreDeclaration
Objective-C
enum MBBarcodeType : NSInteger {}
-
Camera resolution preset
See moreDeclaration
Objective-C
enum MBCameraPreset : NSInteger {}
Swift
enum MBCameraPreset : Int, @unchecked Sendable
-
Camera type
See moreDeclaration
Objective-C
enum MBCameraType : NSInteger {}
Swift
enum MBCameraType : Int, @unchecked Sendable
-
Camera autofocus restricion mode
See moreDeclaration
Objective-C
enum MBCameraAutofocusRestriction : NSInteger {}
Swift
enum MBCameraAutofocusRestriction : Int, @unchecked Sendable
-
Result of the data matching algorithm for scanned parts/sides of the document.
See moreDeclaration
Objective-C
enum MBDataMatchState : NSInteger {}
-
Status of the object detection in Microblink SDK
See moreDeclaration
Objective-C
enum MBDetectionStatus : NSInteger {}
-
Enumeration of all supported document types for MBDocumentFaceRecognizer
See moreDeclaration
Objective-C
enum MBDocumentFaceDetectorType : NSInteger {}
-
DocumentImageColorStatus enum defines possible color statuses determined from scanned image.
Declaration
Objective-C
enum MBDocumentImageColorStatus : NSInteger {}
-
Enumeration of possible barcode formats
See moreDeclaration
Objective-C
enum MBIdBarcodeDocumentType : NSInteger {}
-
Enum which defines video rotation angle or capture connection’s video orientation.
Declaration
Objective-C
enum MBVideoRotationAngle : NSInteger {}
Swift
enum MBVideoRotationAngle : Int, @unchecked Sendable
-
Enum which describes text orientation on an image.
See moreDeclaration
Objective-C
enum MBProcessingOrientation : NSInteger {}
Swift
enum MBProcessingOrientation : Int, @unchecked Sendable
-
MBImageAnalysisDetectionStatus enum defines possible states of detection.
Declaration
Objective-C
enum MBImageAnalysisDetectionStatus : NSInteger {}
-
Presets which can be used to instantiate mrtd specification for a specific mrtd format
See moreDeclaration
Objective-C
enum MBMrtdSpecificationPreset : NSInteger {}
Swift
enum MBMrtdSpecificationPreset : Int, @unchecked Sendable
-
Supported MRTD document types
See moreDeclaration
Objective-C
enum MBMrtdDocumentType : NSInteger {}
Swift
enum MBMrtdDocumentType : Int, @unchecked Sendable
-
A list of fonts supported by BlinkOCR
See moreDeclaration
Objective-C
enum MBOcrFont : NSInteger {}
-
MBProcessingStatus enum defines status of the last recognition process.
See moreDeclaration
Objective-C
enum MBProcessingStatus : NSInteger {}
-
Enumeration of posibble processor result state
See moreDeclaration
Objective-C
enum MBProcessorResultState : NSInteger {}
Swift
enum MBProcessorResultState : Int, @unchecked Sendable
-
MBRecognitionMode enum defines possible recognition modes by BlinkID(Combined)Recognizer.
See moreDeclaration
Objective-C
enum MBRecognitionMode : NSInteger {}
-
Denotes the mode in which Recognizers performs recognition
See moreDeclaration
Objective-C
enum MBRecognitionDebugMode : NSInteger {}
Swift
enum MBRecognitionDebugMode : Int, @unchecked Sendable
-
Denotes the mode in which FrameQuality estimation works
See moreDeclaration
Objective-C
enum MBFrameQualityEstimationMode : NSInteger {}
Swift
enum MBFrameQualityEstimationMode : Int, @unchecked Sendable
-
Enumeration of posibble recognizer result state
See moreDeclaration
Objective-C
enum MBRecognizerResultState : NSInteger {}
Swift
enum MBRecognizerResultState : Int, @unchecked Sendable
-
MBStrictnessLevel is used to strictness level of filtering performed on images.
Declaration
Objective-C
enum MBStrictnessLevel : NSInteger {}
-
Possible keys that can be used for obtaining USDL result elements.
See moreDeclaration
Objective-C
enum MBUsdlKeys : NSInteger {}