你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentTranslationClient.GetSupportedGlossaryFormatsAsync 方法

定义

获取文档翻译服务支持的术语表格式列表。

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

参数

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

适用于