LVInterpretation::operator =

Assignment operator.

Functions

Parameters

other_hsi

The interpretation object whose contents are being copied.

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

© 2012 LumenVox LLC. All rights reserved.