This convenience function will identify a concept which has been added by LVCA_AddConcept or LVCA_AddStandardGrammar.
BOOL LVCA_IsCustomConceptA(HANDLE hCA, BOOL* IsCustom,
LPCSTR Concept);
BOOL LVCA_IsCustomConceptW(HANDLE hCA, BOOL* IsCustom,
LPCWSTR Concept);
Return Value
These functions return true if successful, otherwise false will be returned. Call LVCA_GetLastCallError to retrieve the error code and message.
Parameters
hCA
The handle given by the event callback.
IsCustom
The pointer to the BOOL which will receive the result.
Concept
The concept retrieved by the LVCA_GetRawConcept.
Remarks
This function evaluates all concepts added with LVCA_AddConcept. If LVCA_AddConcept was used to add phrases to an existing concept, IsCustom will be marked as true for those Concepts as well.
Complete Help Topic List | Speech Platform Product Information