Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
NormalizedResultAlternate.Result Property
Gets the normalized result of which this NormalizedResultAlternate is one part.
Namespace: Microsoft.Speech.Text
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public ReadOnly Property Result As NormalizedResult
Get
'Usage
Dim instance As NormalizedResultAlternate
Dim value As NormalizedResult
value = instance.Result
public NormalizedResult Result { get; }
Property Value
Type: Microsoft.Speech.Text.NormalizedResult
A NormalizedResult instance that contains this NormalizedResultAlternate instance.
See Also
Reference
NormalizedResultAlternate Class