次の方法で共有


DocumentKeyValueElement クラス

キーと値のペアのフィールド キーまたは値を表す オブジェクト。

継承
builtins.object
DocumentKeyValueElement

コンストラクター

DocumentKeyValueElement(**kwargs: Any)

メソッド

from_dict

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

to_dict

DocumentKeyValueElement の dict 表現を返します。

from_dict

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

from_dict(data: Dict) -> DocumentKeyValueElement

パラメーター

名前 説明
data
必須

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

戻り値

説明

DocumentKeyValueElement

to_dict

DocumentKeyValueElement の dict 表現を返します。

to_dict() -> Dict

戻り値

説明

dict

属性

bounding_regions

キーと値の要素をカバーする境界領域。

bounding_regions: List[BoundingRegion] | None

content

読み取り順序でキーと値の要素の連結されたコンテンツ。

content: str

spans

連結されたコンテンツの読み取り順序でのキーと値の要素の場所。

spans: List[DocumentSpan]