DtmfRecognitionEngine Methods

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

The DtmfRecognitionEngine type exposes the following members.

Methods

  NameDescription
Public methodAddTone(Byte)Adds a tone to the buffer for recognition against the loaded Grammar objects.
Public methodAddTone(DtmfTone)Adds a tone to the buffer for recognition against the loaded Grammar objects.
Public methodDisposeDisposes the DtmfRecognitionEngine object.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFlushToneBufferClears the tone buffer.
Public methodGetHashCode (Inherited from Object.)
Public methodGetTerminationTonesGets the collection of DTMF tones that terminate recognition.
Public methodGetType (Inherited from Object.)
Public methodLoadGrammarSynchronously loads the specified Grammar object into the DtmfRecognitionEngine instance.
Public methodLoadGrammarAsyncAsynchronously loads the specified Grammar object into the DtmfRecognitionEngine instance.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRecognizeAsync()()()()Begins asynchronous recognition.
Public methodRecognizeAsync(Boolean)Begins asynchronous recognition.
Public methodRecognizeAsyncCancelTerminates asynchronous recognition without waiting for the current recognition operation to complete.
Public methodSetTerminationToneSets a DTMF tone that will terminate DTMF recognition immediately.
Public methodSetTerminationTonesSets a collection of DTMF tones that will terminate DTMF recognition immediately.
Public methodToString (Inherited from Object.)
Public methodUnloadAllGrammarsUnloads all Grammar objects from the DtmfRecognitionEngine instance.
Public methodUnloadGrammarUnloads the specified Grammar object from the DtmfRecognitionEngine instance.
Top

See Also