Share via


RecognizeCompletionType Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Defines the values returned in the CompletionType property.

Namespace: Microsoft.SpeechServer.Recognition
Assembly: Microsoft.SpeechServer (in microsoft.speechserver.dll)

Syntax

'Declaration
Public Enumeration RecognizeCompletionType
public enum RecognizeCompletionType

Members

Member name Description
BabbleTimeoutExpired The ISpeechRecognizer.BabbleTimeout property was exceeded.
InitialSilenceTimeoutExpired The ISynthesizer.InitialSilenceTimeout was exceeded.
InterDigitTimeoutExpired The IDtmfRecognizer.InterDigitTimeout was exceeded.
NoGrammarMatched No grammar matched the speech input.
None The recognition was canceled or failed due to an exception being thrown.
Rejected The recognizer matched the input to a grammar, but the confidence score is below the ISpeechRecognizer.RejectionThreshold threshold.
Success The recognition succeeded and recognition results were returned in the RecognizeCompletedEventArgs.Result property.

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

Windows Server 2003

See Also

Reference

Microsoft.SpeechServer.Recognition Namespace