2 references to SPPROP_RESPONSE_SPEED
System.Speech (2)
Recognition\SpeechRecognitionEngine.cs (2)
154get { return TimeSpan.FromMilliseconds(RecoBase.QueryRecognizerSettingAsInt(SapiConstants.SPPROP_RESPONSE_SPEED)); } 161RecoBase.UpdateRecognizerSetting(SapiConstants.SPPROP_RESPONSE_SPEED, (int)value.TotalMilliseconds);