IngestionDocumentProcessor.ProcessAsync メソッド

定義

指定されたインジェスト ドキュメントを処理します。

public abstract System.Threading.Tasks.Task<Microsoft.Extensions.DataIngestion.IngestionDocument> ProcessAsync(Microsoft.Extensions.DataIngestion.IngestionDocument document, System.Threading.CancellationToken cancellationToken = default);
abstract member ProcessAsync : Microsoft.Extensions.DataIngestion.IngestionDocument * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Extensions.DataIngestion.IngestionDocument>
Public MustOverride Function ProcessAsync (document As IngestionDocument, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IngestionDocument)

パラメーター

document
IngestionDocument

処理するインジェスト ドキュメント。

cancellationToken
CancellationToken

キャンセル要求を監視するトークン。

返品

非同期処理操作を表すタスク。結果として処理されたドキュメントが含まれます。

適用対象