Gets the speech synthesis connector attached to this AudioVideoFlow.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
SpeechSynthesisConnector 
As 

SpeechSynthesisConnector
C#
public 

SpeechSynthesisConnector 
SpeechSynthesisConnector { 
get; }
Visual C++
public:
property 

SpeechSynthesisConnector^ 
SpeechSynthesisConnector {
	

SpeechSynthesisConnector^ 
get ();
}
JavaScript
function get_
speechSynthesisConnector();

See Also