Browse
 
Tools
Rss Categories

LVInterpretation::operator =

Reference Number: AA-00916 Views: 7259 0 Rating/ Voters

Assignment operator.

Functions

  • LVInterpretation& operator=(const LVInterpretation& other_si)

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