DtmfHypothesized Event

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raised when DTMF input has been detected and recognized.

Namespace:  Microsoft.Speech.Recognition
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public Event DtmfHypothesized As EventHandler(Of DtmfHypothesizedEventArgs)
Visual Basic (Usage)
Dim instance As DtmfRecognitionEngine
Dim handler As EventHandler(Of DtmfHypothesizedEventArgs)

AddHandler instance.DtmfHypothesized, handler
C#
public event EventHandler<DtmfHypothesizedEventArgs> DtmfHypothesized

See Also