SrgsDocument.PhoneticAlphabet 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 SrgsDocument 类的注音字母表。
public:
property System::Speech::Recognition::SrgsGrammar::SrgsPhoneticAlphabet PhoneticAlphabet { System::Speech::Recognition::SrgsGrammar::SrgsPhoneticAlphabet get(); void set(System::Speech::Recognition::SrgsGrammar::SrgsPhoneticAlphabet value); };
public System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet PhoneticAlphabet { get; set; }
member this.PhoneticAlphabet : System.Speech.Recognition.SrgsGrammar.SrgsPhoneticAlphabet with get, set
Public Property PhoneticAlphabet As SrgsPhoneticAlphabet
属性值
返回必须用于在 SrgsToken 对象中指定自定义发音的语音字母表。
注解
拼音字母由电话组成,电话由字母、数字或字符组成,有时是组合在一起的。 每个音素描述独特的语音。 这与拉丁字母表形成鲜明对比,任何字母都可能表示多个口述声音。 想像一下单词“candy”和“cease”中字母“c”的不同发音,或者字母组合“th”在单词“thing”和“those”中的不同发音。
在 System.Speech 中,可以使用三个音标中的任意一种来指定自定义发音:国际音标 (IPA) 、通用音标 (UPS) 或 SAPI 音标集。 指定的拼音字母确定将使用哪个音素集来定义对象的内联发音 SrgsToken 。 中指定的 Pronunciation 电话必须与 中指定的 PhoneticAlphabet拼音字母表匹配。
有关详细信息 ,请参阅词典和拼音字母 表。