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
Visual Basic (Declaration) |
---|
Public ReadOnly Property TopAlternate As NormalizedResultAlternate Get |
Visual Basic (Usage) |
---|
Dim instance As NormalizedResult Dim value As NormalizedResultAlternate value = instance.TopAlternate |
C# |
---|
public NormalizedResultAlternate TopAlternate { get; } |
Property Value
Type: Microsoft.Speech.Text..::..NormalizedResultAlternateThe alternate with the highest confidence or nullNothingnullptrunita null reference (Nothing in Visual Basic) if the list of alternates is empty.