NormalizedString Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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..::..String

A String that contains the normalized string with the highest confidence.

See Also