Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Browser.State Property
Gets the SessionState to determine whether a Browser instance is running.
Namespace: Microsoft.Speech.VoiceXml
Assembly: Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)
Syntax
'Declaration
Public ReadOnly Property State As SessionState
Get
'Usage
Dim instance As Browser
Dim value As SessionState
value = instance.State
public SessionState State { get; }
Property Value
Type: Microsoft.Speech.VoiceXml.Common.SessionState
Remarks
The value of the State property is Active if the Browser is running, or Idle if the Browser is not running.