public static interface ProcessOptions.LayoutConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProcessOptions.LayoutConfig.ChunkingConfig |
getChunkingConfig()
Optional.
|
ProcessOptions.LayoutConfig.ChunkingConfigOrBuilder |
getChunkingConfigOrBuilder()
Optional.
|
boolean |
hasChunkingConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasChunkingConfig()
Optional. Config for chunking in layout parser processor.
.google.cloud.documentai.v1beta3.ProcessOptions.LayoutConfig.ChunkingConfig chunking_config = 1 [(.google.api.field_behavior) = OPTIONAL];
ProcessOptions.LayoutConfig.ChunkingConfig getChunkingConfig()
Optional. Config for chunking in layout parser processor.
.google.cloud.documentai.v1beta3.ProcessOptions.LayoutConfig.ChunkingConfig chunking_config = 1 [(.google.api.field_behavior) = OPTIONAL];
ProcessOptions.LayoutConfig.ChunkingConfigOrBuilder getChunkingConfigOrBuilder()
Optional. Config for chunking in layout parser processor.
.google.cloud.documentai.v1beta3.ProcessOptions.LayoutConfig.ChunkingConfig chunking_config = 1 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.