CallProvider.Synthesizer Property
Gets the SpeechSynthesizer 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 Synthesizer As SpeechSynthesizer
Get
'Usage
Dim instance As CallProvider
Dim value As SpeechSynthesizer
value = instance.Synthesizer
public SpeechSynthesizer Synthesizer { get; }
Property Value
Type: Microsoft.Speech.Synthesis.SpeechSynthesizer