ISpeechRecoResult SaveToMemory Method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

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.

Example

See ISpeechRecoContext.CreateResultFromMemory.htm for a complete code sample.