







|
| NormalizedResultAlternate..::..NormalizedString Property |
| NormalizedResultAlternate Class See Also Send Feedback |
Gets the normalized string with the highest confidence.
Namespace:
Microsoft.Speech.Text
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property NormalizedString As String Get |
| Visual Basic (Usage) |
|---|
Dim instance As NormalizedResultAlternate Dim value As String value = instance.NormalizedString |
| C# |
|---|
public string NormalizedString { get; } |
Property Value
Type: System..::..StringA String that contains the normalized string with the highest confidence.
