MBDetectionStatus
enum MBDetectionStatus : NSInteger {}
Status of the object detection in Microblink SDK
-
Detection has failed.
Declaration
Objective-C
MBDetectionStatusFailed
-
Document has been detected.
Declaration
Objective-C
MBDetectionStatusSuccess
-
Document has been detected but the camera is too far from the document.
Declaration
Objective-C
MBDetectionStatusCameraTooFar
-
Document has been detected but the camera is too close to the document.
Declaration
Objective-C
MBDetectionStatusCameraTooClose
-
Document has been detected but the camera’s angle is too steep.
Declaration
Objective-C
MBDetectionStatusCameraAngleTooSteep
-
Document has been detected but the document is too close to the camera edge.
Declaration
Objective-C
MBDetectionStatusDocumentTooCloseToCameraEdge
-
Only part of the document is visible.
Declaration
Objective-C
MBDetectionStatusDocumentPartiallyVisible
-
Fallback detection was successful (PhotoPay specific).
Declaration
Objective-C
MBDetectionStatusFallbackSuccess