ISpeechPhraseRule NumberOfElements Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.