SectionChunker(IngestionChunkerOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SectionChunker class.
public:
SectionChunker(Microsoft::Extensions::DataIngestion::IngestionChunkerOptions ^ options);
public SectionChunker(Microsoft.Extensions.DataIngestion.IngestionChunkerOptions options);
new Microsoft.Extensions.DataIngestion.Chunkers.SectionChunker : Microsoft.Extensions.DataIngestion.IngestionChunkerOptions -> Microsoft.Extensions.DataIngestion.Chunkers.SectionChunker
Public Sub New (options As IngestionChunkerOptions)
Parameters
- options
- IngestionChunkerOptions
The options for the chunker.