MBCRecognizer

Objective-C


@interface MBCRecognizer : MBCEntity

Swift

class MBCRecognizer : MBCEntity

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

    Return Value

    signed JSON representation of this entity’s current state.