1 type derived from IngestionDocumentProcessor
Microsoft.Extensions.DataIngestion (1)
Processors\ImageAlternativeTextEnricher.cs (1)
18
public sealed class ImageAlternativeTextEnricher :
IngestionDocumentProcessor
2 references to IngestionDocumentProcessor
Microsoft.Extensions.DataIngestion (2)
IngestionPipeline.cs (2)
65
public IList<
IngestionDocumentProcessor
> DocumentProcessors { get; } = [];
175
foreach (
IngestionDocumentProcessor
processor in DocumentProcessors)