ImageAlternativeTextEnricher.ProcessAsync メソッド

定義

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

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

パラメーター

document
IngestionDocument

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

cancellationToken
CancellationToken

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

返品

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

適用対象