MBRecognizer

Objective-C


@interface MBRecognizer : MBEntity

Swift

class MBRecognizer : MBEntity

Base class for all recognizers

  • Base recognizer result.

    Declaration

    Objective-C

    @property (nonatomic, weak, readonly) MBRecognizerResult *_Nullable baseResult;

    Swift

    weak var baseResult: MBRecognizerResult? { get }
  • Returns the signed JSON representation of this entity’s current state as a MBSignedPayload.

    Declaration

    Objective-C

    - (nonnull MBSignedPayload *)toSignedJson;

    Swift

    func toSignedJson() -> MBSignedPayload

    Return Value

    signed JSON representation of this entity’s current state.