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