次の方法で共有


DocumentModelDetails クラス

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.DocumentModelDetails

public final class DocumentModelDetails

ドキュメント モデルに関する情報。

コンストラクターの概要

コンストラクター 説明
DocumentModelDetails()

ドキュメントモデルの詳細オブジェクトを作成します。

メソッドの概要

修飾子と型 メソッドと説明
OffsetDateTime getCreatedOn()

分析操作が送信されたときの日付と時刻 (UTC) を取得します。

String getDescription()

モデルの説明を取得します。

Map<String,DocumentTypeDetails> getDocumentTypes()

サポートされているドキュメントの種類を取得します。

OffsetDateTime getExpiresOn()

分析操作が送信されたときの日付と時刻 (UTC) を取得します。

String getModelId()

一意のモデル識別子を取得します。

String getServiceVersion()

このドキュメント分類子の作成に使用されるサービス バージョンを取得します。

Map<String,String> getTags()

モデルに関連付けられているユーザー定義の属性を取得します。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

DocumentModelDetails

public DocumentModelDetails()

DocumentModelDetails オブジェクトを作成します。

メソッドの詳細

getCreatedOn

public OffsetDateTime getCreatedOn()

分析操作が送信されたときの日付と時刻 (UTC) を取得します。

Returns:

createdDateTime 値。

getDescription

public String getDescription()

モデルの説明を取得します。

Returns:

description 値。

getDocumentTypes

public Map getDocumentTypes()

サポートされているドキュメントの種類を取得します。

Returns:

docTypes 値。

getExpiresOn

public OffsetDateTime getExpiresOn()

分析操作が送信されたときの日付と時刻 (UTC) を取得します。

Returns:

expiresOn 値。

getModelId

public String getModelId()

一意のモデル識別子を取得します。

Returns:

modelId 値。

getServiceVersion

public String getServiceVersion()

このドキュメント分類子の作成に使用されるサービス バージョンを取得します。

Returns:

serviceVersion 値。

getTags

public Map getTags()

モデルに関連付けられているユーザー定義の属性を取得します。

Returns:

タグの値。

適用対象