LV_SRE_GetInterpretationString

Provides the user with a string representation of the semantic interpretation object.

Function

const char* LV_SRE_GetInterpretationString(HPORT hport, int voicechannel, int index)

Parameters

hport

The port's handle.

voicechannel

The channel containing the decoded audio.

index

The index number of the interpretation you wish to get. As the numbering starts at 0, this will be a value between 0 and one less than the value of LV_SRE_GetNumberOfInterpretations.

Return Values

Non-NULL

Decode was successful. Returned value is pointer to the interpretation string.

NULL

Decode failed or no interpretation string due to incorrect input parameters.

Remarks

The interpretation string has the same information as the data contained in the semantic interpretation object, but formatted as a single string.

See Also

© 2012 LumenVox LLC. All rights reserved.