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