SpeechSynthesisConnector.IsActive Property
Gets whether the SpeechSynthesisConnector is currently started.
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 SpeechSynthesisConnector
Dim value As Boolean
value = instance.IsActive
public bool IsActive { get; }
Property Value
Type: System.Boolean
See Also
Reference
SpeechSynthesisConnector Class