Interface ProcessOptions.LayoutConfig.ChunkingConfigOrBuilder (2.49.0)

public static interface ProcessOptions.LayoutConfig.ChunkingConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChunkSize()

public abstract int getChunkSize()

Optional. The chunk sizes to use when splitting documents, in order of level.

int32 chunk_size = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The chunkSize.

getIncludeAncestorHeadings()

public abstract boolean getIncludeAncestorHeadings()

Optional. Whether or not to include ancestor headings when splitting.

bool include_ancestor_headings = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The includeAncestorHeadings.