ISpShortcut (SAPI 5.3)
Speech API 5.3
ISpShortcut
New in SAPI 5.3
Provides methods that implement user shortcuts. This is a lexicon that maps a spoken term to an expanded printed term. For example, a user may define "my home address" as "12345 NE 678 Av NE Someplace WA 98888" to save them having to dictate and correct the full address.
Methods in Vtable Order
| ISpShortcut Methods | Description |
|---|---|
| AddShortcut | Adds a user shortcut (that is, a lexicon that maps a spoken term to an expanded printed term). |
| RemoveShortcut | Removes a user shortcut. |
| GetShortcuts | Returns all the user shortcuts for a given language. |
| GetGeneration | Gets the current generation ID. |
| GetGenerationChange | Gets the list of changes that have happened in a user shortcut since a specific generation. |
| GetWords | Returns a linked list of shortcut pairs for a generation. |
Show: