GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk class
Represents a chunk.
Constructors
-
GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk({String? chunkId, String? content, List<
GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageHeader> ? pageHeaders, GoogleCloudDocumentaiV1DocumentChunkedDocumentChunkChunkPageSpan? pageSpan, List<String> ? sourceBlockIds}) - GoogleCloudDocumentaiV1DocumentChunkedDocumentChunk.fromJson(Map json_)
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
-
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