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