SpeechRecognizerSettings.BabbleTimeout property

Gets and sets the babble timeout of the SpeechRecognizer object.

Syntax

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

Property value

Type: System.TimeSpan [.NET] | Windows::Foundation::TimeSpan [C++]

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.

For more information about how to customize speech recognizer settings, see Customizing speech recognizer settings for Windows Phone.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SpeechRecognizerSettings