示例#1
0
 internal void SetDictationWeight(float weight)
 {
     SpRecoGrammar2.SetDictationWeight(weight);
 }
示例#2
0
 internal void SetRuleWeight(string name, uint id, float weight)
 {
     SpRecoGrammar2.SetRuleWeight(name, id, weight);
 }
示例#3
0
 internal void LoadCmdFromMemory2(IntPtr grammar, SPLOADOPTIONS options, string sharingUri, string baseUri)
 {
     SpRecoGrammar2.LoadCmdFromMemory2(grammar, options, sharingUri, baseUri);
 }
示例#4
0
 internal void SetRulePriority(string name, uint id, int priority)
 {
     SpRecoGrammar2.SetRulePriority(name, id, priority);
 }
示例#5
0
 /*
  * The Set of methods are only available with SAPI 5.3. There is no need then to use the SAPI proxy to switch
  * the call to an MTA thread.
  *
  */
 internal void SetGrammarLoader(ISpGrammarResourceLoader resourceLoader)
 {
     SpRecoGrammar2.SetGrammarLoader(resourceLoader);
 }