Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
NormalizedResultAlternate.NormalizedString Property
Gets the normalized string with the highest confidence.
Namespace: Microsoft.Speech.Text
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property NormalizedString As String
Get
'Usage
Dim instance As NormalizedResultAlternate
Dim value As String
value = instance.NormalizedString
public string NormalizedString { get; }
Property Value
Type: System.String
A String that contains the normalized string with the highest confidence.
See Also
Reference
NormalizedResultAlternate Class