Share via


SpeechRecognizerTimeouts.EndSilenceTimeout Property

Definition

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.

Applies to

See also