public static interface Document.ChunkedDocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Document.ChunkedDocument.Chunk |
getChunks(int index)
List of chunks.
|
int |
getChunksCount()
List of chunks.
|
List<Document.ChunkedDocument.Chunk> |
getChunksList()
List of chunks.
|
Document.ChunkedDocument.ChunkOrBuilder |
getChunksOrBuilder(int index)
List of chunks.
|
List<? extends Document.ChunkedDocument.ChunkOrBuilder> |
getChunksOrBuilderList()
List of chunks.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Document.ChunkedDocument.Chunk> getChunksList()
List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
Document.ChunkedDocument.Chunk getChunks(int index)
List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
int getChunksCount()
List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
List<? extends Document.ChunkedDocument.ChunkOrBuilder> getChunksOrBuilderList()
List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
Document.ChunkedDocument.ChunkOrBuilder getChunksOrBuilder(int index)
List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
Copyright © 2024 Google LLC. All rights reserved.