SpeechRecognizerTimeouts.InitialSilenceTimeout 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, before any recognition results have been generated, that a SpeechRecognizer detects silence and assumes speech input has ended.
public:
property TimeSpan InitialSilenceTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan InitialSilenceTimeout();
void InitialSilenceTimeout(TimeSpan value);
public System.TimeSpan InitialSilenceTimeout { get; set; }
var timeSpan = speechRecognizerTimeouts.initialSilenceTimeout;
speechRecognizerTimeouts.initialSilenceTimeout = timeSpan;
Public Property InitialSilenceTimeout As TimeSpan
Property Value
The length of time that the speech recognizer continues to listen while detecting only silence. The default is 5 seconds.