CallProvider.SpeechRecognizer Property
Gets the SpeechRecognizer object to be used with Microsoft Unified Communications Managed API workflow activities for recognizing speech or instant message input.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property SpeechRecognizer As SpeechRecognitionEngine
Get
'Usage
Dim instance As CallProvider
Dim value As SpeechRecognitionEngine
value = instance.SpeechRecognizer
public SpeechRecognitionEngine SpeechRecognizer { get; }
Property Value
Type: Microsoft.Speech.Recognition.SpeechRecognitionEngine