MLKitLinkFirebase Framework Reference

  • MLKRemoteModelSource specifies the remote location of a machine learning model.

  • It serves as a base class and should be utilized through its subclasses for practical use.

  • Instantiation is done using a designated initializer provided by its subclasses.

MLKRemoteModelSource


@interface MLKRemoteModelSource : NSObject

A model source indicating where the model is hosted remotely.

  • Unavailable. Use a subclass initializer.

    Declaration

    Objective-C

    - (nonnull instancetype)init;