SectionChunker Class
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.
Treats each IngestionDocumentSection in a Sections as a separate entity.
public ref class SectionChunker sealed : Microsoft::Extensions::DataIngestion::IngestionChunker<System::String ^>
public sealed class SectionChunker : Microsoft.Extensions.DataIngestion.IngestionChunker<string>
type SectionChunker = class
inherit IngestionChunker<string>
Public NotInheritable Class SectionChunker
Inherits IngestionChunker(Of String)
- Inheritance
Constructors
| Name | Description |
|---|---|
| SectionChunker(IngestionChunkerOptions) |
Initializes a new instance of the SectionChunker class. |
Methods
| Name | Description |
|---|---|
| ProcessAsync(IngestionDocument, CancellationToken) |
Splits a document into chunks asynchronously. |