MBPRecognizer

Objective-C


@interface MBPRecognizer : MBPEntity

Swift

class MBPRecognizer : MBPEntity

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() -> MBPSignedPayload

    Return Value

    signed JSON representation of this entity’s current state.