MBIDetectorResult
@interface MBIDetectorResult : NSObject
Base class for all detectors results
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) MBIDetectionCode detectionCode
Swift
var detectionCode: MBIDetectionCode { get }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, readonly) MBIDetectionStatus detectionStatus
Swift
var detectionStatus: MBIDetectionStatus { get }