GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk class

Represents a chunk.

Properties

chunkId String?
ID of the chunk.
getter/setter pair
content String?
Text content of the chunk.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pageFooters List<GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageFooter>?
Page footers associated with the chunk.
getter/setter pair
pageHeaders List<GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader>?
Page headers associated with the chunk.
getter/setter pair
pageSpan GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan?
Page span of the chunk.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceBlockIds List<String>?
Unused.
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