Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfRecognizeCompletedEventArgs Class
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
'Declaration
Public Class DtmfRecognizeCompletedEventArgs _
Inherits AsyncCompletedEventArgs
'Usage
Dim instance As DtmfRecognizeCompletedEventArgs
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.