Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

VoiceXmlResult Class

Contains information about the result of a synchronous or an asynchronous Browser session.

Inheritance Hierarchy

System.Object
  Microsoft.Speech.VoiceXml.Common.VoiceXmlResult

Namespace:  Microsoft.Speech.VoiceXml.Common
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

'Declaration
Public Class VoiceXmlResult
'Usage
Dim instance As VoiceXmlResult
public class VoiceXmlResult

Remarks

For synchronous Browser instances, the VoiceXmlResult is returned by the Run(Uri, CookieContainer) method. For asynchronous Browser instances, initiated with RunAsync(Uri, CookieContainer), the Result property of the SessionCompletedEventArgs class gets the VoiceXmlResult.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

VoiceXmlResult Members

Microsoft.Speech.VoiceXml.Common Namespace