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