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

TranslationGlossary(Uri, String) 构造函数

定义

初始化 TranslationGlossary 的新实例。

public TranslationGlossary (Uri glossaryUri, string format);
new Azure.AI.Translation.Document.TranslationGlossary : Uri * string -> Azure.AI.Translation.Document.TranslationGlossary
Public Sub New (glossaryUri As Uri, format As String)

参数

glossaryUri
Uri

术语表的位置。 如果未提供 format 参数,我们将使用 文件扩展名提取格式。

如果术语表中不存在翻译语言对,则不会应用该语言对

format
String

格式。

例外

glossaryUriformat 为 null。

适用于