DtmfHypothesizedEventArgs Class

Returns notification from the DtmfHypothesized event.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DtmfHypothesizedEventArgs
    Inherits RecognitionEventArgs
[SerializableAttribute] 
public class DtmfHypothesizedEventArgs : RecognitionEventArgs
[SerializableAttribute] 
public ref class DtmfHypothesizedEventArgs : public RecognitionEventArgs
/** @attribute SerializableAttribute() */ 
public class DtmfHypothesizedEventArgs extends RecognitionEventArgs
SerializableAttribute 
public class DtmfHypothesizedEventArgs extends RecognitionEventArgs

Remarks

An instance of DtmfHypothesizedEventArgs is created when the DtmfRecognitionEngine. DtmfHypothesized event is raised.

DtmfHypothesizedEventArgs is derived from RecognitionEventArgs.

Inheritance Hierarchy

System.Object
   System.EventArgs
     Microsoft.Speech.Recognition.RecognitionEventArgs
      Microsoft.Speech.Recognition.DtmfHypothesizedEventArgs

Thread Safety

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

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

DtmfHypothesizedEventArgs Members
Microsoft.Speech.Recognition Namespace