Class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfig
Configuration for chunking config.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfig : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
LayoutBasedChunkingConfig
Configuration for the layout based chunking.
Declaration
[JsonProperty("layoutBasedChunkingConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig LayoutBasedChunkingConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigChunkingConfigLayoutBasedChunkingConfig |