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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET