2 types derived from ITtsEngineProxy
System.Speech (2)
Internal\Synthesis\TTSEngineProxy.cs (2)
29
internal class TtsProxySsml :
ITtsEngineProxy
110
internal class TtsProxySapi :
ITtsEngineProxy
9 references to ITtsEngineProxy
System.Speech (9)
Internal\Synthesis\TTSVoice.cs (3)
15
internal TTSVoice(
ITtsEngineProxy
engine, VoiceInfo voiceId)
131
internal
ITtsEngineProxy
TtsEngine
151
private
ITtsEngineProxy
_engine;
Internal\Synthesis\VoiceSynthesis.cs (6)
896
ITtsEngineProxy
engineProxy = voice.TtsEngine;
1337
ITtsEngineProxy
? engineProxy = GetSsmlEngine(voiceInfo);
1352
private
ITtsEngineProxy
? GetSsmlEngine(VoiceInfo voiceInfo)
1355
ITtsEngineProxy
? engineProxy = null;
1391
private
ITtsEngineProxy
? GetComEngine(VoiceInfo voiceInfo)
1393
ITtsEngineProxy
? engineProxy = null;