4 types derived from IngestionChunkProcessor
Microsoft.Extensions.DataIngestion (4)
Processors\ClassificationEnricher.cs (1)
20public sealed class ClassificationEnricher : IngestionChunkProcessor<string>
Processors\KeywordEnricher.cs (1)
20public sealed class KeywordEnricher : IngestionChunkProcessor<string>
Processors\SentimentEnricher.cs (1)
19public sealed class SentimentEnricher : IngestionChunkProcessor<string>
Processors\SummaryEnricher.cs (1)
19public sealed class SummaryEnricher : IngestionChunkProcessor<string>
2 references to IngestionChunkProcessor
Microsoft.Extensions.DataIngestion (2)
IngestionPipeline.cs (2)
70public IList<IngestionChunkProcessor<T>> ChunkProcessors { get; } = []; 184foreach (var processor in ChunkProcessors)