MLKitCommon Framework Reference

Stay organized with collections Save and categorize content based on your preferences.

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.