Class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
Configuration for the layout based chunking.
Inheritance
GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig : IDirectResponseSchema
Properties
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? |