Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SessionCompletedEventArgs.Result Property
Gets the result of a completed Browser session, represented by a VoiceXmlResult object.
Namespace: Microsoft.Speech.VoiceXml.Common
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public ReadOnly Property Result As VoiceXmlResult
Get
'Usage
Dim instance As SessionCompletedEventArgs
Dim value As VoiceXmlResult
value = instance.Result
public VoiceXmlResult Result { get; }
Property Value
Type: Microsoft.Speech.VoiceXml.Common.VoiceXmlResult
See Also
Reference
SessionCompletedEventArgs Class