MBCDetectionStatus
enum MBCDetectionStatus : NSInteger {}
Status of the object detection in Microblink SDK
-
Detection has failed.
Declaration
Objective-C
MBCDetectionStatusFailed
-
Document has been detected.
Declaration
Objective-C
MBCDetectionStatusSuccess
-
Document has been detected but the camera is too far from the document.
Declaration
Objective-C
MBCDetectionStatusCameraTooFar
-
Document has been detected but the camera is too close to the document.
Declaration
Objective-C
MBCDetectionStatusCameraTooClose
-
Document has been detected but the camera’s angle is too steep.
Declaration
Objective-C
MBCDetectionStatusCameraAngleTooSteep
-
Document has been detected but the document is too close to the camera edge.
Declaration
Objective-C
MBCDetectionStatusDocumentTooCloseToCameraEdge
-
Only part of the document is visible.
Declaration
Objective-C
MBCDetectionStatusDocumentPartiallyVisible
-
Fallback detection was successful (PhotoPay specific).
Declaration
Objective-C
MBCDetectionStatusFallbackSuccess