You are reading help file online using chmlib.com
|
The IEnumSpObjectTokens interface is used to enumerate speech object tokens.
The following class IDs (CLSID) may be used with this interface. A complete CLSID listing for all interfaces is in the Class IDs section.
| IEnumSpObjectTokens Methods | Description |
|---|---|
| Next | Retrieves the next object token in the enumeration sequence. |
| Skip | Skips a specified number of object tokens in the enumeration sequence. |
| Reset | Resets the enumeration sequence to the beginning. |
| Clone | Creates a new enumerator object with the same items. |
| Item | Locates a specific token in the enumeration. |
| GetCount | Retrieves the number of object tokens contained in the enumeration sequence. |
You are reading help file online using chmlib.com
|