SpeechRecognizerTimeouts.EndSilenceTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets the length of time, after recognition results have been generated, that a SpeechRecognizer detects silence and assumes speech input has ended.
public:
property TimeSpan EndSilenceTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan EndSilenceTimeout();
void EndSilenceTimeout(TimeSpan value);
public System.TimeSpan EndSilenceTimeout { get; set; }
var timeSpan = speechRecognizerTimeouts.endSilenceTimeout;
speechRecognizerTimeouts.endSilenceTimeout = timeSpan;
Public Property EndSilenceTimeout As TimeSpan
Property Value
The length of time that the speech recognizer continues to listen while detecting only silence. The default is 150 milliseconds.