2 implementations of PhoneticAlphabet
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
159AlphabetType IGrammar.PhoneticAlphabet
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
329public AlphabetType PhoneticAlphabet
4 writes to PhoneticAlphabet
System.Speech (4)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
69grammar.PhoneticAlphabet = source.PhoneticAlphabet;
Internal\SrgsParser\XmlParser.cs (3)
392grammar.PhoneticAlphabet = AlphabetType.Ipa; 398grammar.PhoneticAlphabet = AlphabetType.Sapi; 404grammar.PhoneticAlphabet = AlphabetType.Ups;