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: ISpeechPhraseInfo
Elements Property
The Elements property returns information about the elements of the phrase.
Syntax
| Set: | (This property is read-only) |
| Get: | ISpeechPhraseElements = ISpeechPhraseInfo.Elements |
Parts
- ISpeechPhraseInfo
The owning object. - ISpeechPhraseElements
Set: (This property is read-only)
Get: An ISpeechPhraseElements variable containing the phrase elements.
Example
Use of the ISpeechPhraseInfo object is demonstrated in a code example at the end of this section.