public sealed class DocumentProcessingConfig.Types.ChunkingConfig : IMessage<DocumentProcessingConfig.Types.ChunkingConfig>, IEquatable<DocumentProcessingConfig.Types.ChunkingConfig>, IDeepCloneable<DocumentProcessingConfig.Types.ChunkingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DocumentProcessingConfig.Types.ChunkingConfig.
Configuration for chunking config.
Implements
IMessageDocumentProcessingConfigTypesChunkingConfig, IEquatableDocumentProcessingConfigTypesChunkingConfig, IDeepCloneableDocumentProcessingConfigTypesChunkingConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ChunkingConfig()
public ChunkingConfig()
ChunkingConfig(ChunkingConfig)
public ChunkingConfig(DocumentProcessingConfig.Types.ChunkingConfig other)
Parameter | |
---|---|
Name | Description |
other |
DocumentProcessingConfigTypesChunkingConfig |
Properties
ChunkModeCase
public DocumentProcessingConfig.Types.ChunkingConfig.ChunkModeOneofCase ChunkModeCase { get; }
Property Value | |
---|---|
Type | Description |
DocumentProcessingConfigTypesChunkingConfigChunkModeOneofCase |
LayoutBasedChunkingConfig
public DocumentProcessingConfig.Types.ChunkingConfig.Types.LayoutBasedChunkingConfig LayoutBasedChunkingConfig { get; set; }
Configuration for the layout based chunking.
Property Value | |
---|---|
Type | Description |
DocumentProcessingConfigTypesChunkingConfigTypesLayoutBasedChunkingConfig |