MBPDetectionStatus
enum MBPDetectionStatus : NSInteger {}
Status of the object detection in Microblink SDK
-
Detection has failed.
Declaration
Objective-C
MBPDetectionStatusFailed -
Document has been detected.
Declaration
Objective-C
MBPDetectionStatusSuccess -
Document has been detected but the camera is too far from the document.
Declaration
Objective-C
MBPDetectionStatusCameraTooFar -
Document has been detected but the camera is too close to the document.
Declaration
Objective-C
MBPDetectionStatusCameraTooClose -
Document has been detected but the camera’s angle is too steep.
Declaration
Objective-C
MBPDetectionStatusCameraAngleTooSteep -
Document has been detected but the document is too close to the camera edge.
Declaration
Objective-C
MBPDetectionStatusDocumentTooCloseToCameraEdge -
Only part of the document is visible.
Declaration
Objective-C
MBPDetectionStatusDocumentPartiallyVisible -
Fallback detection was successful (PhotoPay specific).
Declaration
Objective-C
MBPDetectionStatusFallbackSuccess
View on GitHub