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