1 override of ProcessAsync
Microsoft.Extensions.DataIngestion (1)
Processors\ImageAlternativeTextEnricher.cs (1)
36public override async Task<IngestionDocument> ProcessAsync(IngestionDocument document, CancellationToken cancellationToken = default)
1 reference to ProcessAsync
Microsoft.Extensions.DataIngestion (1)
IngestionPipeline.cs (1)
177document = await processor.ProcessAsync(document, cancellationToken).ConfigureAwait(false);