17 references to SPRECOSTATE
System.Speech (17)
Internal\SapiInterop\SapiRecognizer.cs (4)
137internal SPRECOSTATE GetRecoState() 139SPRECOSTATE state; 140return (SPRECOSTATE)_proxy.Invoke(delegate { _proxy.Recognizer.GetRecoState(out state); return state; })!; 143internal void SetRecoState(SPRECOSTATE state)
Internal\SapiInterop\SapiRecoInterop.cs (2)
838void GetRecoState(out SPRECOSTATE pState); 839void SetRecoState(SPRECOSTATE NewState);
Recognition\RecognizerBase.cs (10)
563SapiRecognizer.SetRecoState(SPRECOSTATE.SPRST_ACTIVE_ALWAYS); 667SapiRecognizer.SetRecoState(SPRECOSTATE.SPRST_INACTIVE_WITH_PURGE); 694SapiRecognizer.SetRecoState(SPRECOSTATE.SPRST_INACTIVE); 990SPRECOSTATE sapiState; 992if (sapiState == SPRECOSTATE.SPRST_ACTIVE || sapiState == SPRECOSTATE.SPRST_ACTIVE_ALWAYS) 2049SapiRecognizer.SetRecoState(SPRECOSTATE.SPRST_ACTIVE_ALWAYS); 2250SapiRecognizer.SetRecoState(SPRECOSTATE.SPRST_INACTIVE_WITH_PURGE); 2370SapiRecognizer.SetRecoState(SPRECOSTATE.SPRST_INACTIVE_WITH_PURGE); 2515SapiRecognizer.SetRecoState(SPRECOSTATE.SPRST_INACTIVE_WITH_PURGE);
Recognition\SpeechRecognitionEngine.cs (1)
544_sapiRecognizer.SetRecoState(SPRECOSTATE.SPRST_INACTIVE);