Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
NormalizedResult.GetAlternates Method
Returns the alternates element for the entire input string.
Namespace: Microsoft.Speech.Text
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Function GetAlternates As NormalizedResultAlternateCollection
'Usage
Dim instance As NormalizedResult
Dim returnValue As NormalizedResultAlternateCollection
returnValue = instance.GetAlternates()
public NormalizedResultAlternateCollection GetAlternates()
Return Value
Type: Microsoft.Speech.Text.NormalizedResultAlternateCollection
A NormalizedResultAlternateCollection that contains a collection of alternate normalized results.