You are reading help file online using chmlib.com
|
Interface: ISpeechRecoResult
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
The SaveToMemory method returns a Variant containing a pointer to saved phrase.
You are reading help file online using chmlib.com
|