Share via


RecognitionResult.Alternates Property

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.

Gets the list of alternate recognitions.

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

Syntax

'Declaration
Public ReadOnly Property Alternates As ReadOnlyCollection(Of RecognizedPhrase)
public ReadOnlyCollection<RecognizedPhrase> Alternates { get; }

Property Value

The collection of alternate recognitions.

Remarks

Alternates are ordered by recognition score. The recognition score of a given phrase indicates the probability that the phrase, when compared to all of the possible alternates, matches the user's utterance. The phrase with the highest recognition score is the phrase that most likely matches the user's utterance.

A Confidence score is also calculated for each alternate. The confidence score of a given alternate is calculated independently from its recognition score, and indicates the recognition engine's degree of confidence that the given result is a valid alternate. Confidence scores are typically, although not necessarily, lower for each successive alternate. Confidence scores should be evaluated individually for each alternate without reference to the confidence scores of other alternates because each confidence score is a measure only of a specific alternate???s validity.

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

Windows Server 2003

See Also

Reference

RecognitionResult Class
RecognitionResult Members
Microsoft.SpeechServer.Recognition Namespace