RecognitionConnector Property

Gets the SpeechRecognitionConnector 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 RecognitionConnector As SpeechRecognitionConnector
public SpeechRecognitionConnector RecognitionConnector { get; }
public:
property SpeechRecognitionConnector^ RecognitionConnector {
    SpeechRecognitionConnector^ get ();
}
function get_recognitionConnector();

See Also

CallProvider Class

Microsoft.Rtc.Workflow.Common Namespace