ISpeechPhraseInfo SaveToMemory Method (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Object: ISpeechPhraseInfo

SaveToMemory Method

The SaveToMemory method saves the phrase information from a recognition result to memory.

The phrase may be recalled at a later time. To retrieve the phrase information from memory use SpPhraseInfoBuilder.RestorePhraseFromMemory.


ISpeechPhraseInfo.SaveToMemory() As Variant

Parameters

None

Return Value

The SaveToMemory method returns a Variant containing a pointer to the saved phrase.

Example

Use of the ISpeechPhraseInfo object is demonstrated in a code example at the end of this section.