







Gets the original (before normalization) input string.
Namespace:
Microsoft.Speech.Text
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property InputString As String Get |
| Visual Basic (Usage) |
|---|
Dim instance As NormalizedResult Dim value As String value = instance.InputString |
| C# |
|---|
public string InputString { get; } |
