MLKitDigitalInkRecognition Framework Reference

  • MLKRemoteModel represents a machine learning model stored on a server and downloaded for local use.

  • It has a read-only property called name to identify the model.

  • Instantiation using the default init method is unavailable for this class.

MLKRemoteModel


@interface MLKRemoteModel : NSObject

A model that is stored remotely on the server and downloaded to the device.

  • The model name.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull name;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;