MLKitEntityExtraction Framework Reference

  • MLKRemoteModel represents a machine learning model stored on a server and downloaded to the device for use.

  • It has a name property that identifies the model.

  • The default initializer (init) is unavailable; presumably, other methods are provided for initialization or obtaining instances.

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;