SectionChunker Class

Definition

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
SectionChunker

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.

Applies to