Gets and sets the babble timeout of the SpeechRecognizer object.
public:
property TimeSpan BabbleTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
Type: TimeSpan
The time interval during which the speech recognizer will continue to listen while it receives only non-speech input such as background noise.
The default value of BabbleTimeout is 0 seconds.
Namespace: Windows.Xbox.Speech.Recognition
Metadata: windows.winmd
SpeechRecognizerSettings Class