public static interface Document.ChunkedDocument.ChunkOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getChunkId()
ID of the chunk.
string chunk_id = 1;com.google.protobuf.ByteString getChunkIdBytes()
ID of the chunk.
string chunk_id = 1;List<String> getSourceBlockIdsList()
Unused.
repeated string source_block_ids = 2;int getSourceBlockIdsCount()
Unused.
repeated string source_block_ids = 2;String getSourceBlockIds(int index)
Unused.
repeated string source_block_ids = 2;index - The index of the element to return.com.google.protobuf.ByteString getSourceBlockIdsBytes(int index)
Unused.
repeated string source_block_ids = 2;index - The index of the value to return.String getContent()
Text content of the chunk.
string content = 3;com.google.protobuf.ByteString getContentBytes()
Text content of the chunk.
string content = 3;boolean hasPageSpan()
Page span of the chunk.
.google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageSpan page_span = 4;
Document.ChunkedDocument.Chunk.ChunkPageSpan getPageSpan()
Page span of the chunk.
.google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageSpan page_span = 4;
Document.ChunkedDocument.Chunk.ChunkPageSpanOrBuilder getPageSpanOrBuilder()
Page span of the chunk.
.google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageSpan page_span = 4;
List<Document.ChunkedDocument.Chunk.ChunkPageHeader> getPageHeadersList()
Page headers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageHeader page_headers = 5;
Document.ChunkedDocument.Chunk.ChunkPageHeader getPageHeaders(int index)
Page headers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageHeader page_headers = 5;
int getPageHeadersCount()
Page headers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageHeader page_headers = 5;
List<? extends Document.ChunkedDocument.Chunk.ChunkPageHeaderOrBuilder> getPageHeadersOrBuilderList()
Page headers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageHeader page_headers = 5;
Document.ChunkedDocument.Chunk.ChunkPageHeaderOrBuilder getPageHeadersOrBuilder(int index)
Page headers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageHeader page_headers = 5;
List<Document.ChunkedDocument.Chunk.ChunkPageFooter> getPageFootersList()
Page footers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageFooter page_footers = 6;
Document.ChunkedDocument.Chunk.ChunkPageFooter getPageFooters(int index)
Page footers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageFooter page_footers = 6;
int getPageFootersCount()
Page footers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageFooter page_footers = 6;
List<? extends Document.ChunkedDocument.Chunk.ChunkPageFooterOrBuilder> getPageFootersOrBuilderList()
Page footers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageFooter page_footers = 6;
Document.ChunkedDocument.Chunk.ChunkPageFooterOrBuilder getPageFootersOrBuilder(int index)
Page footers associated with the chunk.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk.ChunkPageFooter page_footers = 6;
Copyright © 2024 Google LLC. All rights reserved.