SpObjectTokenCategory Id Property (SAPI 5.4)
Microsoft Speech API 5.4
Object: SpObjectTokenCategory
Id Property
The Id property returns the ID of the object token category.
The ID of the object is the path to its folder within the Speech configuration database.
Syntax
Set: | (This property is read-only) |
Get: | String = SpObjectTokenCategory.Id |
Parts
- SpObjectTokenCategory
The owning object. - String
Set: (This property is read-only)
Get: A String variable that gets the property.
Example
Please see the code example for the SetId method. This code creates a new SpObjectTokenCategory object and associates it with the category of voices. The Id property then returns the ID of the voices category.