MLKitTranslate Framework Reference

  • RemoteModel is an NSObject class representing a machine learning model stored on a server.

  • This model is downloaded to the device for use and has a name property to identify it.

  • You cannot directly initialize a RemoteModel instance using its initializer.

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.