ISpeechPhraseRule Children Property (SAPI 5.3)

Microsoft Speech API 5.3

Interface: ISpeechPhraseRule

Children Property

The Children property returns an ISpeechPhraseRules collection of the rule's child rules.

If the rule has no children, its Children property will be Nothing.

Syntax

Set: (This property is read-only)
Get: ISpeechPhraseRules = ISpeechPhraseRule.Children

Parts

  • ISpeechPhraseRule
    The owning object.
  • ISpeechPhraseRules
    Set: (This property is read-only)
    Get: An ISpeechPhraseRules object that gets the collection of child rules.

Example

For an example of the use of the Children property, see the code example at the end of this section.