MLKitEntityExtraction フレームワーク リファレンス

MLKEntityExtractionRemoteModel


@interface MLKEntityExtractionRemoteModel : MLKRemoteModel

サーバーにリモートで保存され、デバイスにダウンロードされるエンティティ抽出モデル。

  • このモデルのモデル ID。

    宣言

    Objective-C

    @property (nonatomic, readonly) MLKEntityExtractionModelIdentifier _Nonnull modelIdentifier;
  • 指定されたモデル ID で構成された EntityExtractorRemoteModel のインスタンスを取得します。 このモデルを使用して、download(_:) API を呼び出すことでダウンロードをトリガーできます。 ModelManager から。

    EntityExtractorRemoteModel は内部で ModelManager を使用します。ダウンロード時 EntityExtractorRemoteModelの場合、RemoteModelに関する通知が投稿されます。 このような通知が EntityExtractorRemoteModel に属しているかどうかを確認するには、 ユーザー情報辞書の ModelDownloadUserInfoKeyRemoteModel フィールドにオブジェクトが含まれています EntityExtractorRemoteModel 型。

    宣言

    Objective-C

    + (nonnull MLKEntityExtractionRemoteModel *)
        entityExtractorRemoteModelWithIdentifier:
            (nonnull MLKEntityExtractionModelIdentifier)modelIdentifier;

    パラメータ

    modelIdentifier

    モデルのモデル ID。

    戻り値

    EntityExtractorRemoteModel インスタンス。

  • 使用不可

    宣言

    Objective-C

    - (nonnull instancetype)init;