ISpeechPhraseRule Name Property (SAPI 5.4)

Microsoft Speech API 5.4

Interface: ISpeechPhraseRule

Name Property

The Name property returns the name of the phrase rule.

In the Speech Text Grammar Format, this data is specified in the NAME attribute of the RULE element.

Syntax

Set: (This property is read-only)
Get: String = ISpeechPhraseRule.Name()

Parts

  • ISpeechPhraseRule
    The owning object.
  • String
    Set: (This property is read-only)
    Get: A String variable that gets the name of the rule.

Example

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