Enumerations
The following enumerations are available globally.
-
Determines which data is anonymized in the returned recognizer result.
See moreDeclaration
Objective-C
enum MBCBlinkCardAnonymizationMode : NSInteger {}
-
MBCBlinkCardProcessingStatus enum defines status of the last recognition process.
See moreDeclaration
Objective-C
enum MBCBlinkCardProcessingStatus : NSInteger {}
-
Camera resolution preset
See moreDeclaration
Objective-C
enum MBCCameraPreset : NSInteger {}
Swift
enum MBCCameraPreset : Int, @unchecked Sendable
-
Camera type
See moreDeclaration
Objective-C
enum MBCCameraType : NSInteger {}
Swift
enum MBCCameraType : Int, @unchecked Sendable
-
Camera autofocus restricion mode
See moreDeclaration
Objective-C
enum MBCCameraAutofocusRestriction : NSInteger {}
Swift
enum MBCCameraAutofocusRestriction : Int, @unchecked Sendable
-
Result of the data matching algorithm for scanned parts/sides of the document.
See moreDeclaration
Objective-C
enum MBCDataMatchState : NSInteger {}
-
Status of the object detection in Microblink SDK
See moreDeclaration
Objective-C
enum MBCDetectionStatus : NSInteger {}
-
Enum which defines video rotation angle or capture connection’s video orientation.
Declaration
Objective-C
enum MBCVideoRotationAngle : NSInteger {}
Swift
enum MBCVideoRotationAngle : Int, @unchecked Sendable
-
Enum which describes text orientation on an image.
See moreDeclaration
Objective-C
enum MBCProcessingOrientation : NSInteger {}
Swift
enum MBCProcessingOrientation : Int, @unchecked Sendable
-
A list of fonts supported by BlinkOCR
See moreDeclaration
Objective-C
enum MBCOcrFont : NSInteger {}
-
Denotes the mode in which Recognizers performs recognition
See moreDeclaration
Objective-C
enum MBCRecognitionDebugMode : NSInteger {}
Swift
enum MBCRecognitionDebugMode : Int, @unchecked Sendable
-
Denotes the mode in which FrameQuality estimation works
See moreDeclaration
Objective-C
enum MBCFrameQualityEstimationMode : NSInteger {}
Swift
enum MBCFrameQualityEstimationMode : Int, @unchecked Sendable
-
Enumeration of posibble recognizer result state
See moreDeclaration
Objective-C
enum MBCRecognizerResultState : NSInteger {}
Swift
enum MBCRecognizerResultState : Int, @unchecked Sendable