ISpeechRecoResult SaveToMemory Method

Microsoft Speech SDK

Intelligent Interface Technologies Home Page Microsoft Speech SDK

Speech Automation 5.1

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.