你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
TransliterableScript 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含脚本列表的脚本定义,给定脚本可以转译到其中。
public class TransliterableScript : Azure.AI.Translation.Text.CommonScriptModel
type TransliterableScript = class
inherit CommonScriptModel
Public Class TransliterableScript
Inherits CommonScriptModel
- 继承
属性
Code |
标识脚本的代码。 (继承自 CommonScriptModel) |
Dir |
方向性,对于从右到左的语言为 rtl,对于从左到右的语言为 ltr。 (继承自 CommonScriptModel) |
Name |
通过 Accept-Language 标头请求的区域设置中的脚本的显示名称。 (继承自 CommonScriptModel) |
NativeName |
语言的当地区域设置中的语言的显示名称。 (继承自 CommonScriptModel) |
ToScripts |
文本可转换到的目标脚本列表。 |