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
public SpeechSynthesisConnector SynthesisConnector { get; }
public:
property SpeechSynthesisConnector^ SynthesisConnector {
    SpeechSynthesisConnector^ get ();
}
function get_synthesisConnector();

See Also

CallProvider Class

Microsoft.Rtc.Workflow.Common Namespace