LVInterpretation: Constructing and Copying

LVInterpretation objects are fully copyable.

Functions

Parameters

hsi

The interpretation handle being copied into, or being released

other_hsi

The interpretaion handle whose contents are being copied.

Remarks

Any new handle given to you via Create or CreateFromCopy must be released. Also, any handle given to you by the speech port through LV_SRE_CreateInterpretation must be released.

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

Constructing, Copying and Destroying an LVInterpretation Object (C++ API)

© 2011 LumenVox LLC. All rights reserved.