MBDetectionStatus
enum MBDetectionStatus : NSInteger {}
Status of the object detection in Microblink SDK
-
Object was not detected
Declaration
Objective-C
MBDetectionStatusFail
-
Object was successfuly detected.
Declaration
Objective-C
MBDetectionStatusSuccess
-
Object was successfully detected, but the camera was too far above the object for processing
Declaration
Objective-C
MBDetectionStatusCameraTooHigh
-
Object was successfully detected using a fallback algorithm
Declaration
Objective-C
MBDetectionStatusFallbackSuccess
-
Object was detected, but is only partially visible on screen
Declaration
Objective-C
MBDetectionStatusPartialForm
-
Object was successfully detected, but the perspective angle of camera is too high
Declaration
Objective-C
MBDetectionStatusCameraAtAngle
-
Object was successfully detected, but the camera is too near to the object for processing
Declaration
Objective-C
MBDetectionStatusCameraTooNear
-
Document detected, but document is too close to the edge of the frame
Declaration
Objective-C
MBDetectionStatusDocumentTooCloseToEdge