GoogleCloudDocumentaiV1beta3DocumentTextAnchor class

Text reference indexing into the Document.text.

Properties

content String?
Contains the content of the text span so that users do not have to look it up in the text_segments.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textSegments List<GoogleCloudDocumentaiV1beta3DocumentTextAnchorTextSegment>?
The text segments from the Document.text.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited