SpeechContinuousRecognitionSession.AutoStopSilenceTimeout 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 or sets the time threshold at which the continuous recognition session ends due to lack of audio input.
public:
property TimeSpan AutoStopSilenceTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan AutoStopSilenceTimeout();
void AutoStopSilenceTimeout(TimeSpan value);
public System.TimeSpan AutoStopSilenceTimeout { get; set; }
var timeSpan = speechContinuousRecognitionSession.autoStopSilenceTimeout;
speechContinuousRecognitionSession.autoStopSilenceTimeout = timeSpan;
Public Property AutoStopSilenceTimeout As TimeSpan
Property Value
The time threshold.