Microsoft Speech Platform
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.