SpeechRecognizer.Timeouts Property

Definition

Gets how long a speech recognizer ignores silence or unrecognizable sounds (babble) and continues listening for speech input.

public:
 property SpeechRecognizerTimeouts ^ Timeouts { SpeechRecognizerTimeouts ^ get(); };
SpeechRecognizerTimeouts Timeouts();
public SpeechRecognizerTimeouts Timeouts { get; }
var speechRecognizerTimeouts = speechRecognizer.timeouts;
Public ReadOnly Property Timeouts As SpeechRecognizerTimeouts

Property Value

The timeout settings.

Applies to

See also