CallProvider.DtmfRecognizer Property
Gets the DtmfRecognitionEngine object to be used with Microsoft Unified Communications Managed API workflow activities. Only available for call objects of type AudioVideoCall.
Namespace: Microsoft.Rtc.Workflow.Common
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property DtmfRecognizer As DtmfRecognitionEngine
Get
'Usage
Dim instance As CallProvider
Dim value As DtmfRecognitionEngine
value = instance.DtmfRecognizer
public DtmfRecognitionEngine DtmfRecognizer { get; }
Property Value
Type: Microsoft.Speech.Recognition.DtmfRecognitionEngine