DocumentModelDetails クラス
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. DocumentModelDetails
- com.
public final class DocumentModelDetails
ドキュメント モデルに関する情報。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
DocumentModelDetails() |
ドキュメント |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Offset |
getCreatedOn()
分析操作が送信されたときの日付と時刻 (UTC) を取得します。 |
String |
getDescription()
モデルの説明を取得します。 |
Map<String,Document |
getDocumentTypes()
サポートされているドキュメントの種類を取得します。 |
Offset |
getExpiresOn()
分析操作が送信されたときの日付と時刻 (UTC) を取得します。 |
String |
getModelId()
一意のモデル識別子を取得します。 |
String |
getServiceVersion()
このドキュメント分類子の作成に使用されるサービス バージョンを取得します。 |
Map<String,String> |
getTags()
モデルに関連付けられているユーザー定義の属性を取得します。 |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
DocumentModelDetails
public DocumentModelDetails()
DocumentModelDetails オブジェクトを作成します。
メソッドの詳細
getCreatedOn
public OffsetDateTime getCreatedOn()
分析操作が送信されたときの日付と時刻 (UTC) を取得します。
Returns:
getDescription
public String getDescription()
モデルの説明を取得します。
Returns:
getDocumentTypes
public Map
サポートされているドキュメントの種類を取得します。
Returns:
getExpiresOn
public OffsetDateTime getExpiresOn()
分析操作が送信されたときの日付と時刻 (UTC) を取得します。
Returns:
getModelId
public String getModelId()
一意のモデル識別子を取得します。
Returns:
getServiceVersion
public String getServiceVersion()
このドキュメント分類子の作成に使用されるサービス バージョンを取得します。
Returns:
getTags
public Map
モデルに関連付けられているユーザー定義の属性を取得します。
Returns:
適用対象
Azure SDK for Java