Microsoft Speech Platform
IEnumSpObjectTokens
The IEnumSpObjectTokens interface is used to enumerate speech object tokens.
Associated Class IDs
The following class IDs (CLSID) may be used with this interface. A complete CLSID listing for all interfaces is in the Class IDs section.
- CLSID_SpMMAudioEnum
Methods in Vtable Order
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. |