DtmfRecognitionRejected Event

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raised when DTMF input has been detected, but cannot be recognized from current grammars.

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

Syntax

Visual Basic (Declaration)
Public Event DtmfRecognitionRejected As EventHandler(Of DtmfRecognitionRejectedEventArgs)
Visual Basic (Usage)
Dim instance As DtmfRecognitionEngine
Dim handler As EventHandler(Of DtmfRecognitionRejectedEventArgs)

AddHandler instance.DtmfRecognitionRejected, handler
C#
public event EventHandler<DtmfRecognitionRejectedEventArgs> DtmfRecognitionRejected

See Also