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