LVSemanticObject

LVSemanticObject represents a composite object. The user can get an LVSemanticObject  by calling LVSemanticData::GetObject().

 

Return Types

Functions

Description

 

LVSemanticObject()

Constructor

 

LVSemanticObject(const LVSemanticObject & other)

Copy constructor

 

~LVSemanticObject()

Destructor

LVSemanticObject&

operator  =  (const LVSemanticObject & other)

Assignment operator

int

NumberOfProperties()

Returns the number of properties in this object.

const char*

 PropertyName (int index)

Returns the property name corresponding toindex.

 

LVSemanticData

 

PropertyValue(const char* property_name)

PropertyValue(int index)

Returns the semantic data associated corresponding to property_name, orindex

bool

PropertyExists(const char* property_name)

If this object has a property named property_name, this method returns true, otherwise false.

 

 


Complete Help Topic List | Speech Engine Product Information