MBDetectorResult
@interface MBDetectorResult : NSObject
Base class for all detectors results
-
Undocumented
Declaration
Objective-C
@property (nonatomic, assign, readonly) MBDetectionCode detectionCodeSwift
var detectionCode: MBDetectionCode { get } -
Undocumented
Declaration
Objective-C
@property (nonatomic, assign, readonly) MBDetectionStatus detectionStatusSwift
var detectionStatus: MBDetectionStatus { get }
View on GitHub
MBDetectorResult Class Reference