Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the SpeechRecognitionConnector is currently running.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsActive As Boolean
Get
'Usage
Dim instance As SpeechRecognitionConnector
Dim value As Boolean
value = instance.IsActive
public bool IsActive { get; }
Property Value
Type: System.Boolean
See Also
Reference
SpeechRecognitionConnector Class