Interface ProcessOptions.LayoutConfigOrBuilder (2.47.0)

public static interface ProcessOptions.LayoutConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChunkingConfig()

public abstract 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];

Returns
Type Description
ProcessOptions.LayoutConfig.ChunkingConfig

The chunkingConfig.

getChunkingConfigOrBuilder()

public abstract 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];

Returns
Type Description
ProcessOptions.LayoutConfig.ChunkingConfigOrBuilder

hasChunkingConfig()

public abstract boolean hasChunkingConfig()

Optional. Config for chunking in layout parser processor.

.google.cloud.documentai.v1beta3.ProcessOptions.LayoutConfig.ChunkingConfig chunking_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the chunkingConfig field is set.