SpeechRecognizerSettings.BabbleTimeout Property

Gets and sets the babble timeout of the SpeechRecognizer object.

Syntax

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

Property 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.

Remarks

The default value of BabbleTimeout is 0 seconds.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechRecognizerSettings Class

SpeechRecognizerSettings Members

Windows.Xbox.Speech.Recognition Namespace