Share via


SpeechRecognizerTimeouts.InitialSilenceTimeout Property

Definition

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.

Applies to

See also