CallProvider.SynthesisConnector Property
Gets the SpeechSynthesisConnector object to be used with Microsoft Unified Communications Managed API workflow activities. Use this property only with call objects of type AudioVideoCall.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property SynthesisConnector As SpeechSynthesisConnector
Get
'Usage
Dim instance As CallProvider
Dim value As SpeechSynthesisConnector
value = instance.SynthesisConnector
public SpeechSynthesisConnector SynthesisConnector { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.AudioVideo.SpeechSynthesisConnector