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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET