MLKitDigitalInkRecognition Framework Reference

  • RemoteModel is a class representing a machine learning model stored on a server and downloaded for local use.

  • It has a read-only property name which is a string representing the model's name.

  • Instantiation using the init() initializer is unavailable for RemoteModel.

RemoteModel

class RemoteModel : NSObject

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

  • The model name.

    Declaration

    Swift

    var name: String { get }
  • Unavailable.