DocumentTranslationClient.GetTranslationStatusesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET