InputString Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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; }

Property Value

Type: System..::..String

A String that contains the original input string.

See Also