Returns a property (member data) of this object.
LVSemanticData LVSemanticObject::PropertyValue(const char *property_name)
LVSemanticData LVSemanticObject::PropertyValue(int property_index)
Returns a semantic data object. The first returns the object named property_name. The second returns the object corresponding to PropertyName(property_index)
property_index
A number between 0 and NumberOfProperties - 1
property_name
A string containing the property name.
Complete Help Topic List | Speech Engine Product Information