MBCRecognizer
Base class for all recognizers
-
Base recognizer result.
Declaration
Objective-C
@property (nonatomic, weak, readonly) MBCRecognizerResult *_Nullable baseResult;Swift
weak var baseResult: MBCRecognizerResult? { get } -
Returns the signed JSON representation of this entity’s current state as a MBCSignedPayload.
Declaration
Objective-C
- (nonnull MBCSignedPayload *)toSignedJson;Swift
func toSignedJson() -> MBCSignedPayloadReturn Value
signed JSON representation of this entity’s current state.
View on GitHub