Layout(mapping=None, *, ignore_unknown_fields=False, **kwargs)Visual element describing a layout unit on a page.
Attributes |
|
|---|---|
| Name | Description |
text_anchor |
google.cloud.documentai_v1.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. For example, confidence can be for a single token, a table, a visual element, etc. depending on context. Range [0, 1].
|
bounding_poly |
google.cloud.documentai_v1.types.BoundingPoly
The bounding polygon for the Layout. |
orientation |
google.cloud.documentai_v1.types.Document.Page.Layout.Orientation
Detected orientation for the Layout. |
Classes
Orientation
Orientation(value)Detected human reading orientation.