MLKitCommon 架構參考資料

CustomRemoteModel

class CustomRemoteModel : RemoteModel

一種自訂模型,會儲存在遠端儲存在伺服器中,並下載到裝置上。

  • 以指定的遠端模型來源建立新執行個體。

    聲明

    Swift

    init(remoteModelSource: MLKRemoteModelSource)

    參數

    remoteModelSource

    自訂遠端模型的來源。

    傳回值

    新的 CustomRemoteModel 執行個體。

  • 無法使用,