Esempio n. 1
0
 internal void SetDictationWeight(float weight)
 {
     SpRecoGrammar2.SetDictationWeight(weight);
 }
Esempio n. 2
0
 internal void SetRuleWeight(string name, uint id, float weight)
 {
     SpRecoGrammar2.SetRuleWeight(name, id, weight);
 }
Esempio n. 3
0
 internal void LoadCmdFromMemory2(IntPtr grammar, SPLOADOPTIONS options, string sharingUri, string baseUri)
 {
     SpRecoGrammar2.LoadCmdFromMemory2(grammar, options, sharingUri, baseUri);
 }
Esempio n. 4
0
 internal void SetRulePriority(string name, uint id, int priority)
 {
     SpRecoGrammar2.SetRulePriority(name, id, priority);
 }
Esempio n. 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);
 }