LVInterpretation: Constructing and Copying

LVInterpretation objects are fully copyable.

Functions

LVInterpretation(void)

LVInterpretation(const LVInterpretation& other_si)

LVInterpretation& operator=(const LVInterpretation& other_si)

~LVInterpretation()

Parameters

other_hsi

The interpretation object whose contents are being copied.

Remarks

Example

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.
//...

 

See Also

Creating, Copying and Releasing an LVInterpretation Handle (CAPI)

 


Complete Help Topic List | Speech Engine Product Information