Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
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.