LVInterpretation objects are fully copyable.
LVInterpretation(void)
LVInterpretation(const LVInterpretation& other_si)
LVInterpretation& operator=(const LVInterpretation& other_si)
~LVInterpretation()
other_hsi
The interpretation object whose contents are being copied.
LVSpeechPort Port;
//open the port and do a decode
//...
//when the decode is finished,grab an interpretation object
LVInterpretation Interp = Port.GetInterpretation(voicechannel, index);
//start using the interpretation data.
//...
Creating, Copying and Releasing an LVInterpretation Handle (CAPI)
Complete Help Topic List | Speech Engine Product Information