Gets or sets the time that a speech recognizer will wait for speech input if the only input is silence.
public:
property TimeSpan InitialSilenceTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
Type: TimeSpan
The time span that the speech recognizer will wait for speech input if the only input is silence.
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.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechRecognizerSettings Class