Cloud Document AI v1 API - Class ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig (3.17.0)

public sealed class ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig : IMessage<ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig>, IEquatable<ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig>, IDeepCloneable<ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig.

Serving config for chunking.

Inheritance

object > ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ChunkingConfig()

public ChunkingConfig()

ChunkingConfig(ChunkingConfig)

public ChunkingConfig(ProcessOptions.Types.LayoutConfig.Types.ChunkingConfig other)
Parameter
Name Description
other ProcessOptionsTypesLayoutConfigTypesChunkingConfig

Properties

ChunkSize

public int ChunkSize { get; set; }

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

Property Value
Type Description
int

IncludeAncestorHeadings

public bool IncludeAncestorHeadings { get; set; }

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

Property Value
Type Description
bool