次の方法で共有


DocumentKeyValuePair クラス

個別のフィールド ラベル (キー) とフィールド値 (空の場合があります) を持つドキュメント フィールドを表す オブジェクト。

継承
builtins.object
DocumentKeyValuePair

コンストラクター

DocumentKeyValuePair(**kwargs: Any)

メソッド

from_dict

DocumentKeyValuePair の図形のディクテーションをモデル自体に変換します。

to_dict

DocumentKeyValuePair の dict 表現を返します。

from_dict

DocumentKeyValuePair の図形のディクテーションをモデル自体に変換します。

from_dict(data: Dict) -> DocumentKeyValuePair

パラメーター

名前 説明
data
必須

DocumentKeyValuePair の図形のディクショナリ。

戻り値

説明

DocumentKeyValuePair

to_dict

DocumentKeyValuePair の dict 表現を返します。

to_dict() -> Dict

戻り値

説明

dict

属性

confidence

キーと値のペアを正しく抽出する信頼度。

confidence: float

key

キーと値のペアのフィールド ラベル。

key: DocumentKeyValueElement

value

キーと値のペアのフィールド値。

value: DocumentKeyValueElement | None