Layout(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes the layout information of a text_segment in the document.
Attributes |
|
---|---|
Name | Description |
text_segment |
google.cloud.automl_v1.types.TextSegment
Text Segment that represents a segment in document_text. |
page_number |
int
Page number of the text_segment in the original document, starts from 1. |
bounding_poly |
google.cloud.automl_v1.types.BoundingPoly
The position of the text_segment in the page. Contains exactly 4 normalized_vertices and they are connected by edges in the order provided, which will represent a rectangle parallel to the frame. The NormalizedVertex-s are relative to the page. Coordinates are based on top-left as point (0,0). |
text_segment_type |
google.cloud.automl_v1.types.Document.Layout.TextSegmentType
The type of the text_segment in document. |
Classes
TextSegmentType
TextSegmentType(value)
The type of TextSegment in the context of the original document.