DocumentKeyValuePair クラス
個別のフィールド ラベル (キー) とフィールド値 (空の場合があります) を持つドキュメント フィールドを表す オブジェクト。
- 継承
-
builtins.objectDocumentKeyValuePair
コンストラクター
DocumentKeyValuePair(**kwargs: Any)
メソッド
from_dict |
DocumentKeyValuePair の図形のディクテーションをモデル自体に変換します。 |
to_dict |
DocumentKeyValuePair の dict 表現を返します。 |
from_dict
DocumentKeyValuePair の図形のディクテーションをモデル自体に変換します。
from_dict(data: Dict) -> DocumentKeyValuePair
パラメーター
名前 | 説明 |
---|---|
data
必須
|
DocumentKeyValuePair の図形のディクショナリ。 |
戻り値
型 | 説明 |
---|---|
DocumentKeyValuePair |
to_dict
属性
confidence
キーと値のペアを正しく抽出する信頼度。
confidence: float
key
キーと値のペアのフィールド ラベル。
key: DocumentKeyValueElement
value
キーと値のペアのフィールド値。
value: DocumentKeyValueElement | None
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python