ISpeechPhraseRule Name Property

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.