Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This interface is the light speech API (SAPI), which handles the voice recognition functionality of the phone. It is a very simple, yet lightweight, wrapper for a speech recognition engine.
Method | Description |
---|---|
Can be called on a different thread, and will immediately abort any action being processed on the other thread. |
|
Removes a speech sample from the system. |
|
Removes all of the speech samples from the system for a given recognition method. |
|
Allows the recognition of patterns to be enabled or disabled. |
|
Provides a means by which a client gets a list of words that are currently recognized by the system. |
|
Gets some miscellaneous engine setting or engine information. |
|
Obtains information about the voice samples that are specified by the psthparameter. |
|
Prepares the engine for usage. |
|
Plays back the associated voice sample to the user. |
|
Accepts a spoken word, attempts to match that word against a library of defined words, and then returns the corresponding action to take. |
|
Prompts the user to re-enter a speech sample. |
|
Sets some miscellaneous engine setting or engine information. |
|
Starts the engine to begin training. |