2 references to Ipa
System.Speech (2)
Recognition\SrgsGrammar\SrgsGrammar.cs (2)
101
string alphabet = _phoneticAlphabet == SrgsPhoneticAlphabet.
Ipa
? "ipa" : _phoneticAlphabet == SrgsPhoneticAlphabet.Ups ? "x-microsoft-ups" : "x-microsoft-sapi";
650
private SrgsPhoneticAlphabet _phoneticAlphabet = SrgsPhoneticAlphabet.
Ipa
;