VoiceXmlResult Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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

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

Syntax

C#
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.

Inheritance Hierarchy

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

See Also