Share via


Note

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

NormalizedResult.InputString Property

Gets the original (before normalization) input string.

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

Syntax

'Declaration
Public ReadOnly Property InputString As String
    Get
'Usage
Dim instance As NormalizedResult
Dim value As String

value = instance.InputString
public string InputString { get; }

Property Value

Type: System.String
A String that contains the original input string.

See Also

Reference

NormalizedResult Class

NormalizedResult Members

Microsoft.Speech.Text Namespace