DocumentModelDetails クラス
ドキュメント モデル情報。 モデルで分析できるドキュメントの種類が含まれます。
バージョン 2023-07-31 の新機能: expires_on プロパティ。
- 継承
-
azure.ai.formrecognizer._models.DocumentModelSummaryDocumentModelDetails
コンストラクター
DocumentModelDetails(**kwargs: Any)
メソッド
from_dict |
DocumentModelDetails の図形のディクテーションをモデル自体に変換します。 |
to_dict |
DocumentModelDetails の dict 表現を返します。 |
from_dict
DocumentModelDetails の図形のディクテーションをモデル自体に変換します。
from_dict(data: Dict[str, Any]) -> DocumentModelDetails
パラメーター
戻り値
DocumentModelDetails
の戻り値の型 :
to_dict
DocumentModelDetails の dict 表現を返します。
to_dict() -> Dict[str, Any]
戻り値
Dict[str, Any]
の戻り値の型 :
属性
api_version
このモデルの作成に使用される API バージョン。
api_version: str | None
created_on
モデルが作成された日時 (UTC)。
created_on: datetime
description
モデルの説明。
description: str | None
doc_types
サポートされているドキュメントの種類(各ドキュメントのフィールドとその種類を含む)。
doc_types: Dict[str, DocumentTypeDetails] | None
expires_on
ドキュメント モデルの有効期限が切れる日時 (UTC)。
expires_on: datetime | None
model_id
一意のモデル ID。
model_id: str
tags
モデルに関連付けられているユーザー定義のキーと値のタグ属性の一覧。
tags: Dict[str, str] | None
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python