Class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
Configuration for the layout based chunking.
Inheritance
GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
  Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig : IDirectResponseSchemaProperties
ChunkSize
The token size limit for each chunk. Supported values: 100-500 (inclusive). Default value: 500.
Declaration
[JsonProperty("chunkSize")]
public virtual int? ChunkSize { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IncludeAncestorHeadings
Whether to include appending different levels of headings to chunks from the middle of the document to prevent context loss. Default value: False.
Declaration
[JsonProperty("includeAncestorHeadings")]
public virtual bool? IncludeAncestorHeadings { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |