Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
DtmfRecognizeCompletedEventArgs Members
Include Protected Members
Include Inherited Members
Returns information from the RecognizeCompleted event.
The DtmfRecognizeCompletedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cancelled | (inherited from AsyncCompletedEventArgs) | |
Error | (inherited from AsyncCompletedEventArgs) | |
InitialSilenceTimeout | Gets whether recognition was terminated because the InitialSilenceTimeout interval expired. | |
InterToneTimeout | Gets whether recognition was terminated because the InterToneTimeout interval expired. | |
Result | Gets the recognition result. | |
TerminationTone | Gets the DTMF tone that ended the recognition. | |
UserState | (inherited from AsyncCompletedEventArgs) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
RaiseExceptionIfNecessary | (inherited from AsyncCompletedEventArgs) | |
ToString | (inherited from Object) |
Top