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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.