ISpeechGrammarRule AddResource Method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechGrammarRule

AddResource Method

The AddResource method adds one or more string name/value pair associated with a rule.

This method is used with an interpreter rule.

ISpeechGrammarRule.AddResource(
     ResourceName As String,
     ResourceValue As String
)

Parameters

ResourceName
Specifies the ResourceName.
ResourceValue
Specifies the ResourceValue.

Return Value

None.