DtmfRecognizeCompletedEventArgs Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Returns information from the RecognizeCompleted event.

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.ComponentModel..::..AsyncCompletedEventArgs
      Microsoft.Speech.Recognition..::..DtmfRecognizeCompletedEventArgs

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

Syntax

Visual Basic (Declaration)
Public Class DtmfRecognizeCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
Visual Basic (Usage)
Dim instance As DtmfRecognizeCompletedEventArgs
C#
public class DtmfRecognizeCompletedEventArgs : AsyncCompletedEventArgs

Remarks

An instance of DtmfRecognizeCompletedEventArgs is created when the DtmfRecognitionEngine object raises the RecognizeCompleted event. To obtain information related to the RecognizeCompleted event, access the following properties in the handler for the event:

DtmfRecognizeCompletedEventArgs is derived from RecognitionEventArgs.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also