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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET