Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
Interface: ISpeechPhraseAlternates
Count Property
The Count property returns the number of ISpeechPhraseAlternate objects in the ISpeechPhraseAlternates object.
Syntax
| Set: | (This property is read-only) |
| Get: | Long = ISpeechPhraseAlternates.Count |
Parts
- ISpeechPhraseAlternates
The owning object. - Long
Set: (This property is read-only)
Get: A Long variable that gets the Count property.
Remarks
The SpeechPhraseAlternates object is a collection of ISpeechPhraseAlternate objects. As a collection, it provides access to any or all of its members through certain methods and properties common to all collection objects. The Count property is one of these common properties.
Example
See the SpObjectToken Example for a complete example and additional details.