SpeechContinuousRecognitionSession.AutoStopSilenceTimeout Property

Definition

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.

Applies to

See also