MLKitLinkFirebase Framework Reference

FirebaseModelSource

class FirebaseModelSource : RemoteModelSource

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

  • Creates a new instance with the given Firebase remote model name. The name is the same as the one used for publishing the model on the Firebase Console.

    Declaration

    Swift

    init(name: String)

    Parameters

    name

    The name of the Firebase remote model.

    Return Value

    A new FirebaseModelSource instance.

  • Unavailable.