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