This topic has not yet been rated - Rate this topic

SpeechRecognitionEngine.EndSilenceTimeout Property

Gets and set the amount of silence a recognition engine requires before completing an unambiguous recognition.

Namespace:  System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)
public TimeSpan EndSilenceTimeout { get; set; }

Property Value

Type: System.TimeSpan
Gets and sets a valid instance of TimeSpan used to define how much silence following a valid audio input is required before an unambigous recognition operation should complete.

The value of EndSilenceTimeout must be between 0 and 10000 milliseconds.

EndSilenceTimeout is used when the recognition is not ambiguous. For example, in the case of Grammar which suppors recognition of either"new game please" or "new game", a non-ambiguous recognition would be “new game please."

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ