public static interface Document.ChunkedDocumentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChunks(int index)
public abstract Document.ChunkedDocument.Chunk getChunks(int index)List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.ChunkedDocument.Chunk |
|
getChunksCount()
public abstract int getChunksCount()List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getChunksList()
public abstract List<Document.ChunkedDocument.Chunk> getChunksList()List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
| Returns | |
|---|---|
| Type | Description |
List<Chunk> |
|
getChunksOrBuilder(int index)
public abstract Document.ChunkedDocument.ChunkOrBuilder getChunksOrBuilder(int index)List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document.ChunkedDocument.ChunkOrBuilder |
|
getChunksOrBuilderList()
public abstract List<? extends Document.ChunkedDocument.ChunkOrBuilder> getChunksOrBuilderList()List of chunks.
repeated .google.cloud.documentai.v1beta3.Document.ChunkedDocument.Chunk chunks = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1beta3.Document.ChunkedDocument.ChunkOrBuilder> |
|