2 types derived from SapiProxy
System.Speech (2)
Internal\SapiInterop\SapiProxy.cs (2)
56
internal class PassThrough :
SapiProxy
, IDisposable
109
internal class MTAThread :
SapiProxy
, IDisposable
7 references to SapiProxy
System.Speech (7)
Internal\SapiInterop\SapiGrammar.cs (2)
12
internal SapiGrammar(ISpRecoGrammar sapiGrammar,
SapiProxy
thread)
104
private
SapiProxy
_sapiProxy;
Internal\SapiInterop\SapiRecoContext.cs (2)
13
internal SapiRecoContext(ISpRecoContext recoContext,
SapiProxy
proxy)
90
private
SapiProxy
_proxy;
Internal\SapiInterop\SapiRecognizer.cs (3)
40
_proxy = new
SapiProxy
.MTAThread(type);
44
_proxy = new
SapiProxy
.PassThrough(recognizer);
257
private
SapiProxy
_proxy;