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