MBDetectionCode
enum MBDetectionCode {}
Enum for type of detection status.
-
Object detection has failed.
Declaration
Objective-C
MBDetectionCodeFail = 0Swift
case fail = 0 -
Object was detected partially. Only some PhotoPay detectors support this.
Declaration
Objective-C
MBDetectionCodeFallbackSwift
case fallback = 1 -
Object detection has succeded.
Declaration
Objective-C
MBDetectionCodeSuccessSwift
case success = 2
View on GitHub
MBDetectionCode Enumeration Reference