MLKitCommon Framework Reference

  • MLKRemoteModelSource helps you access machine learning models hosted online.

  • This class serves as a base and you should use one of its subclasses for practical use.

  • It cannot be directly initialized; instead use initializers provided by 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;