DocumentTranslationOperation.GetDocumentStatuses 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 of documents in the translation operation.
public virtual Azure.Pageable<Azure.AI.Translation.Document.DocumentStatusResult> GetDocumentStatuses (Azure.AI.Translation.Document.GetDocumentStatusesOptions options = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDocumentStatuses : Azure.AI.Translation.Document.GetDocumentStatusesOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.Translation.Document.DocumentStatusResult>
override this.GetDocumentStatuses : Azure.AI.Translation.Document.GetDocumentStatusesOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.Translation.Document.DocumentStatusResult>
Public Overridable Function GetDocumentStatuses (Optional options As GetDocumentStatusesOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DocumentStatusResult)
Parameters
- options
- GetDocumentStatusesOptions
Options to use when filtering result.
- cancellationToken
- CancellationToken
A CancellationToken used for the service call.
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