- Installation
- Administration
- Programmer's Guide
- Grammars
- MRCP Server
- FAQs
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.
h_si_data
Semantic data handle.
property_id
A string containing the property name.
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.