MLKitEntityExtraction Framework Reference

  • RemoteModel is an NSObject representing a model stored on a server and downloaded to a device.

  • The model's name can be accessed through the name property, which is a read-only String.

  • Initialization of RemoteModel directly is not allowed, indicated by the unavailability of the init method.

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.