Share via


SpeechRecognitionEngine.EndSilenceTimeout Property

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

Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in microsoft.speech.dll)

Syntax

'Declaration

Property Value

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.

Remarks

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."

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

SpeechRecognitionEngine Class
SpeechRecognitionEngine Members
Microsoft.Speech.Recognition Namespace