Share via


ISpeechPhraseInfo SaveToMemory Method (SAPI 5.4)

Microsoft Speech API 5.4

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.