SpeechRecognizer.Timeouts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.