Class TextAnchor (2.24.0)

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

Text reference indexing into the Document.text.

Attributes

NameDescription
text_segments MutableSequence[google.cloud.documentai_v1beta3.types.Document.TextAnchor.TextSegment]
The text segments from the Document.text.
content str
Contains the content of the text span so that users do not have to look it up in the text_segments. It is always populated for formFields.

Classes

TextSegment

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

A text segment in the Document.text. The indices may be out of bounds which indicate that the text extends into another document shard for large sharded documents. See ShardInfo.text_offset