SpeechRecognizerSettings.InitialSilenceTimeout Property

Gets or sets the time that a speech recognizer will wait for speech input if the only input is silence.

Syntax

public:
property TimeSpan InitialSilenceTimeout {
         TimeSpan get ();
         void set (TimeSpan value);
}  

Property value

Type: TimeSpan 

  The time span that the speech recognizer will wait for speech input if the only input is silence.

Remarks

InitialSilenceTimeout and EndSilenceTimeout both relate to silence, but have different uses. While EndSilenceTimeout applies if speech input has already occurred, InitialSilenceTimeout applies if no speech input is received and there is only silence.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognizerSettings Class

SpeechRecognizerSettings Members

Windows.Xbox.Speech.Recognition Namespace