Compartir a través de


DocumentTranslationClient.GetSupportedDocumentFormats Método

Definición

Obtenga la lista de los formatos de documento admitidos por el servicio traducción de documentos.

public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Document.DocumentTranslationFileFormat>> GetSupportedDocumentFormats (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSupportedDocumentFormats : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Document.DocumentTranslationFileFormat>>
override this.GetSupportedDocumentFormats : System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.AI.Translation.Document.DocumentTranslationFileFormat>>
Public Overridable Function GetSupportedDocumentFormats (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of DocumentTranslationFileFormat))

Parámetros

cancellationToken
CancellationToken

Control CancellationToken de la duración de la solicitud.

Devoluciones

Se aplica a