14 references to Sapi
System.Speech (14)
Internal\SrgsCompiler\BackEnd.cs (2)
1070header.GrammarOptions = _grammarOptions | ((_alphabet == AlphabetType.Sapi) ? 0 : GrammarOptions.IpaPhoneme); 1384private AlphabetType _alphabet = AlphabetType.Sapi;
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
266case AlphabetType.Sapi:
Internal\SrgsParser\XmlParser.cs (1)
398grammar.PhoneticAlphabet = AlphabetType.Sapi;
Internal\Synthesis\SSmlParser.cs (3)
746alphabet = AlphabetType.Sapi; 785case AlphabetType.Sapi: 812alphabet = AlphabetType.Sapi;
Internal\Synthesis\TextWriterEngine.cs (2)
158_writer.WriteAttributeString("alphabet", alphabet == AlphabetType.Sapi ? "x-microsoft-sapi" : "x-microsoft-ups"); 159System.Diagnostics.Debug.Assert(alphabet == AlphabetType.Ups || alphabet == AlphabetType.Sapi);
Internal\Synthesis\TTSEngineProxy.cs (1)
177return AlphabetType.Sapi;
Recognition\SrgsGrammar\SrgsDocument.cs (1)
303PhoneticAlphabet = AlphabetType.Sapi
Recognition\SrgsGrammar\SrgsElementFactory.cs (1)
63case AlphabetType.Sapi:
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
161PhoneticAlphabet = AlphabetType.Sapi;
Recognition\SrgsGrammar\SrgsToken.cs (1)
129case AlphabetType.Sapi: