2 references to ProcessAsync
Microsoft.Extensions.DataIngestion (2)
Processors\ImageAlternativeTextEnricher.cs (2)
43
await
ProcessAsync
(image, cancellationToken).ConfigureAwait(false);
51
await
ProcessAsync
(cellImage, cancellationToken).ConfigureAwait(false);