ISpeechPhraseInfo Elements Property (SAPI 5.3)
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.