NormalizedResultAlternate..::..Result Property |
NormalizedResultAlternate Class See Also Send Feedback |
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..::..NormalizedResultA NormalizedResult instance that contains this NormalizedResultAlternate instance.