Base:
method
ProcessAsync
Microsoft.Extensions.DataIngestion.IngestionDocumentProcessor.ProcessAsync(Microsoft.Extensions.DataIngestion.IngestionDocument, System.Threading.CancellationToken)
4 references to ProcessAsync
Microsoft.Extensions.DataIngestion.Tests (4)
Processors\AlternativeTextEnricherTests.cs (4)
32await Assert.ThrowsAsync<ArgumentNullException>("document", async () => await sut.ProcessAsync(null!)); 110await sut.ProcessAsync(document); 155await sut.ProcessAsync(document); 174IngestionDocument got = await sut.ProcessAsync(document);