LVSemanticObject_PropertyExists

If a handle is of SI_TYPE_OBJECT type, this function returns a boolean value indicating if the property name exists in the object. If the handle is not of SI_TYPE_OBJECT type, this function always return false.

Function

int LVSemanticObject_PropertyExists(H_SI_DATA h_si_data, const char *property_name)

Return Values

1

The property name exists in the object..

0

The property name does not exist in the object. Or the handle is not SI_TYPE_OBJECT type.

Parameters

h_si_data

A semantic data handle.

property_name

A string containing the property name.


Complete Help Topic List | Speech Engine Product Information