8 references to SrgsPhoneticAlphabet
System.Speech (8)
Recognition\SrgsGrammar\SrgsDocument.cs (2)
166
public
SrgsPhoneticAlphabet
PhoneticAlphabet
170
return (
SrgsPhoneticAlphabet
)_grammar.PhoneticAlphabet;
Recognition\SrgsGrammar\SrgsGrammar.cs (6)
99
if (_hasPhoneticAlphabetBeenSet || (_phoneticAlphabet !=
SrgsPhoneticAlphabet
.Sapi && HasPronunciation))
101
string alphabet = _phoneticAlphabet ==
SrgsPhoneticAlphabet
.Ipa ? "ipa" : _phoneticAlphabet ==
SrgsPhoneticAlphabet
.Ups ? "x-microsoft-ups" : "x-microsoft-sapi";
337
_phoneticAlphabet = (
SrgsPhoneticAlphabet
)value;
650
private
SrgsPhoneticAlphabet
_phoneticAlphabet =
SrgsPhoneticAlphabet
.Ipa;