GetAlternates Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Returns the alternates element for the entire input string.

Namespace:  Microsoft.Speech.Text
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public Function GetAlternates As NormalizedResultAlternateCollection
Visual Basic (Usage)
Dim instance As NormalizedResult
Dim returnValue As NormalizedResultAlternateCollection

returnValue = instance.GetAlternates()
C#
public NormalizedResultAlternateCollection GetAlternates()

Return Value

Type: Microsoft.Speech.Text..::..NormalizedResultAlternateCollection

A NormalizedResultAlternateCollection that contains a collection of alternate normalized results.

See Also