Provides data for the DtmfHypothesized event.
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
Microsoft.Speech.Recognition..::..RecognitionEventArgs
Microsoft.Speech.Recognition..::..DtmfHypothesizedEventArgs
System..::..EventArgs
Microsoft.Speech.Recognition..::..RecognitionEventArgs
Microsoft.Speech.Recognition..::..DtmfHypothesizedEventArgs
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class DtmfHypothesizedEventArgs _ Inherits RecognitionEventArgs |
Visual Basic (Usage) |
---|
Dim instance As DtmfHypothesizedEventArgs |
C# |
---|
[SerializableAttribute] public class DtmfHypothesizedEventArgs : RecognitionEventArgs |
Remarks
An instance of DtmfHypothesizedEventArgs is created when the DtmfRecognitionEngine object raises the DtmfHypothesized event.
DtmfHypothesizedEventArgs derives 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.