LVInterpretation: Constructing and Copying

LVInterpretation objects are fully copyable.

Functions

Parameters

other_hsi

The interpretation object whose contents are being copied.

Remarks

Eample

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

© 2011 LumenVox LLC. All rights reserved.