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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET