| Modifier and Type | Method and Description |
|---|---|
DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.Builder.build() |
DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.Builder.buildPartial() |
DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.getChunkingConfig()
Whether chunking mode is enabled.
|
DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.Builder.getChunkingConfig()
Whether chunking mode is enabled.
|
DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfigOrBuilder.getChunkingConfig()
Whether chunking mode is enabled.
|
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.getDefaultInstance() |
DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.getDefaultInstanceForType() |
DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.Builder.getDefaultInstanceForType() |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseDelimitedFrom(InputStream input) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(byte[] data) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(ByteBuffer data) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(com.google.protobuf.ByteString data) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(InputStream input) |
static DocumentProcessingConfig.ChunkingConfig |
DocumentProcessingConfig.ChunkingConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DocumentProcessingConfig.ChunkingConfig> |
DocumentProcessingConfig.ChunkingConfig.getParserForType() |
static com.google.protobuf.Parser<DocumentProcessingConfig.ChunkingConfig> |
DocumentProcessingConfig.ChunkingConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
DocumentProcessingConfig.Builder |
DocumentProcessingConfig.Builder.mergeChunkingConfig(DocumentProcessingConfig.ChunkingConfig value)
Whether chunking mode is enabled.
|
DocumentProcessingConfig.ChunkingConfig.Builder |
DocumentProcessingConfig.ChunkingConfig.Builder.mergeFrom(DocumentProcessingConfig.ChunkingConfig other) |
static DocumentProcessingConfig.ChunkingConfig.Builder |
DocumentProcessingConfig.ChunkingConfig.newBuilder(DocumentProcessingConfig.ChunkingConfig prototype) |
DocumentProcessingConfig.Builder |
DocumentProcessingConfig.Builder.setChunkingConfig(DocumentProcessingConfig.ChunkingConfig value)
Whether chunking mode is enabled.
|
Copyright © 2024 Google LLC. All rights reserved.