RecognizeCompleted Event

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Raised on completion of an asynchronous recognition.

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

Syntax

Visual Basic (Declaration)
Public Event RecognizeCompleted As EventHandler(Of DtmfRecognizeCompletedEventArgs)
Visual Basic (Usage)
Dim instance As DtmfRecognitionEngine
Dim handler As EventHandler(Of DtmfRecognizeCompletedEventArgs)

AddHandler instance.RecognizeCompleted, handler
C#
public event EventHandler<DtmfRecognizeCompletedEventArgs> RecognizeCompleted

See Also