MLKitCommon Framework Reference

CustomRemoteModel

class CustomRemoteModel : RemoteModel

A custom model that is stored remotely on the server and downloaded to the device.

  • Creates a new instance with the given remote model source.

    Declaration

    Swift

    init(remoteModelSource: MLKRemoteModelSource)

    Parameters

    remoteModelSource

    The source of the custom remote model.

    Return Value

    A new CustomRemoteModel instance.

  • Unavailable.