Class Layout (0.3.0)

Layout(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Visual element describing a layout unit on a page.

Attributes

NameDescription
text_anchor .document.Document.TextAnchor
Text anchor indexing into the Document.text.
confidence float
Confidence of the current Layout within context of the object this layout is for. e.g. confidence can be for a single token, a table, a visual element, etc. depending on context. Range [0, 1].
bounding_poly .geometry.BoundingPoly
The bounding polygon for the Layout.
orientation .document.Document.Page.Layout.Orientation
Detected orientation for the Layout.
id str
Optional. This is the identifier used by referencing PageAnchors.

Classes

Orientation

Orientation(value)

Detected human reading orientation.