Result Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the normalized result of which this NormalizedResultAlternate is one part.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Result As NormalizedResult
	Get
Visual Basic (Usage)
Dim instance As NormalizedResultAlternate
Dim value As NormalizedResult

value = instance.Result
C#
public NormalizedResult Result { get; }

Property Value

Type: Microsoft.Speech.Text..::..NormalizedResult

A NormalizedResult instance that contains this NormalizedResultAlternate instance.

See Also