MLKitLinkFirebase Framework Reference

  • FirebaseModelSource is a class used for custom models hosted on Firebase and downloaded to the device, inheriting from RemoteModelSource.

  • RemoteModelSource is a base class indicating the remote location of a model.

Classes

The following classes are available globally.

  • The model source for a custom model that is hosted remotely on the Firebase server and downloaded to the device.

    Declaration

    Swift

    class FirebaseModelSource : RemoteModelSource
  • A model source indicating where the model is hosted remotely.

    Declaration

    Swift

    class RemoteModelSource : NSObject