Udostępnij za pośrednictwem


DocumentKeyValueElement Klasa

Obiekt reprezentujący klucz pola lub wartość w parze klucz-wartość.

Dziedziczenie
builtins.object
DocumentKeyValueElement

Konstruktor

DocumentKeyValueElement(**kwargs: Any)

Metody

from_dict

Konwertuje dykt w kształcie elementu DocumentKeyValueElement na sam model.

to_dict

Zwraca dyktową reprezentację elementu DocumentKeyValueElement.

from_dict

Konwertuje dykt w kształcie elementu DocumentKeyValueElement na sam model.

from_dict(data: Dict) -> DocumentKeyValueElement

Parametry

Nazwa Opis
data
Wymagane

Słownik w kształcie elementu DocumentKeyValueElement.

Zwraca

Typ Opis

DocumentKeyValueElement

to_dict

Zwraca dyktową reprezentację elementu DocumentKeyValueElement.

to_dict() -> Dict

Zwraca

Typ Opis

dict

Atrybuty

bounding_regions

Powiązane regiony obejmujące element klucz-wartość.

bounding_regions: List[BoundingRegion] | None

content

Połączona zawartość elementu key-value w kolejności odczytu.

content: str

spans

Lokalizacja elementu key-value w kolejności odczytu powiązanej zawartości.

spans: List[DocumentSpan]