Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

NormalizedResult.TopAlternate Property

Gets the normalized string with the highest confidence from the list of normalized alternates.

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

Syntax

'Declaration
Public ReadOnly Property TopAlternate As NormalizedResultAlternate
    Get
'Usage
Dim instance As NormalizedResult
Dim value As NormalizedResultAlternate

value = instance.TopAlternate
public NormalizedResultAlternate TopAlternate { get; }

Property Value

Type: Microsoft.Speech.Text.NormalizedResultAlternate
The alternate with the highest confidence or a null reference (Nothing in Visual Basic) if the list of alternates is empty.

See Also

Reference

NormalizedResult Class

NormalizedResult Members

Microsoft.Speech.Text Namespace