Aracılığıyla paylaş


DocumentTranslationClient.GetTranslationStatusesAsync Method

Definition

Get the status results for submitted translation operations.

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)

Parameters

options
GetTranslationStatusesOptions

Options to use when filtering result.

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

Applies to