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

TranslationRecognitionResult.Translations 属性

定义

包含翻译结果。

public System.Collections.Generic.IReadOnlyDictionary<string,string> Translations { get; }
member this.Translations : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property Translations As IReadOnlyDictionary(Of String, String)

属性值

注解

字典中的每个项都表示一种目标语言的翻译结果。 键是 BCP-47 格式的目标语言的名称,值是指定语言的翻译文本。

适用于