MLKitTranslate 架構參考資料

MLKRemoteModel


@interface MLKRemoteModel : NSObject

儲存在遠端伺服器並下載至裝置的模型。

  • 模型名稱。

    聲明

    Objective-C

    @property (nonatomic, copy, readonly) NSString *_Nonnull name;
  • 無法使用,

    聲明

    Objective-C

    - (nonnull instancetype)init;