Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfRecognitionEngine.DtmfHypothesized Event
Raised when DTMF input has been detected and recognized.
Namespace: Microsoft.Speech.Recognition
Assembly: Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
'Declaration
Public Event DtmfHypothesized As EventHandler(Of DtmfHypothesizedEventArgs)
'Usage
Dim instance As DtmfRecognitionEngine
Dim handler As EventHandler(Of DtmfHypothesizedEventArgs)
AddHandler instance.DtmfHypothesized, handler
public event EventHandler<DtmfHypothesizedEventArgs> DtmfHypothesized