ISpeechPhraseRule NumberOfElements Property (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechPhraseRule
NumberOfElements Property
The NumberOfElements property returns the number of phrase elements spanned by this rule.
Syntax
Set: | (This property is read-only) |
Get: | Long = ISpeechPhraseRule.NumberOfElements |
Parts
- ISpeechPhraseRule
The owning object. - Long
Set: (This property is read-only)
Get: A Long variable that gets the number of elements.
Example
For an example of the use of the NumberOfElements property, see the code example at the end of this section.