ISpeechRecoResult SaveToMemory Method (SAPI 5.3)
Microsoft Speech API 5.3
Interface: ISpeechRecoResult
SaveToMemory Method
The SaveToMemory method saves the entire recognition result to memory.
The phrase may be recalled at a later time. To retrieve the recognition result from memory use SpSharedRecoContext.CreateResultFromMemory or SpInProcRecoContext.CreateResultFromMemory depending on the recognition context used.
ISpeechRecoResult.SaveToMemory() As Variant
Parameters
None
Return Value
The SaveToMemory method returns a Variant containing a pointer to saved phrase.
Example
See ISpeechRecoContext.CreateResultFromMemory.htm for a complete code sample.