ISpSREngine2 (SAPI 5.3)
Speech API 5.3
ISpSREngine2
New in SAPI 5.3
Extends the ISpSREngine interface.
Methods in Vtable Order
| ISpSREngine2 Methods | Description |
|---|---|
| PrivateCallImmediate | Does the same thing as the PrivateCallEx method, but does it faster because it functions on a separate thread. |
| SetAdaptationData2 | Called when an application calls ISpRecoContext2::SetAdaptationData2. |
| SetGrammarPrefix | Specifies a prefix word that the recognizer should recognize before any paths in the grammar. |
| SetRulePriority | Sets the priority of a particular rule. |
| EmulateRecognition | Supports emulation by the recognition engine. |
| SetSLMWeight | Sets the weight of the dictation grammar versus that of CFGs. |
| SetRuleWeight | Sets the weight of a rule in a CFG. |
| SetTrainingState | Puts the engine into training mode. |
| ResetAcousticModelAdaptation | Resets the profile back to its original state. |
| OnLoadCFG | Passes the binary CFG data to the engine so that the engine can consume it directly rather than call SAPI to pull information out of the grammar. |
| OnUnloadCFG | Is the reverse of the OnLoadCFG method and is called by SAPI when the grammar is unloaded.. |
Show: