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..::..NormalizedResultAlternateCollectionA NormalizedResultAlternateCollection that contains a collection of alternate normalized results.