DtmfRecognizeCompletedEventArgs Properties

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The DtmfRecognizeCompletedEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCancelled (Inherited from AsyncCompletedEventArgs.)
Public propertyError (Inherited from AsyncCompletedEventArgs.)
Public propertyInitialSilenceTimeoutGets whether recognition was terminated because the InitialSilenceTimeout interval expired.
Public propertyInterToneTimeoutGets whether recognition was terminated because the InterToneTimeout interval expired.
Public propertyResultGets the recognition result.
Public propertyTerminationToneGets the DTMF tone that ended the recognition.
Public propertyUserState (Inherited from AsyncCompletedEventArgs.)
Top

See Also