Microsoft Speech Platform
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.