Class Layout (2.7.0)

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

Visual element describing a layout unit on a page.

Attributes

NameDescription
text_anchor google.cloud.documentai_v1beta2.types.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 google.cloud.documentai_v1beta2.types.BoundingPoly
The bounding polygon for the Layout.
orientation google.cloud.documentai_v1beta2.types.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.