次の方法で共有


DocumentTranslationClient.GetTranslationStatusesAsync メソッド

定義

送信された翻訳操作の状態の結果を取得します。

public virtual Azure.AsyncPageable<Azure.AI.Translation.Document.TranslationStatusResult> GetTranslationStatusesAsync (Azure.AI.Translation.Document.GetTranslationStatusesOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTranslationStatusesAsync : Azure.AI.Translation.Document.GetTranslationStatusesOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.Translation.Document.TranslationStatusResult>
override this.GetTranslationStatusesAsync : Azure.AI.Translation.Document.GetTranslationStatusesOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.Translation.Document.TranslationStatusResult>
Public Overridable Function GetTranslationStatusesAsync (Optional options As GetTranslationStatusesOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of TranslationStatusResult)

パラメーター

options
GetTranslationStatusesOptions

結果をフィルター処理するときに使用するオプション。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

適用対象