Removes a concept and all of its phrases.
int LV_SRE_RemoveConcept(HPORT hport, int GrammarSet, const char* Concept);
LV_SUCCESS
No errors; the concept and all phrases are removed form the grammar set.
LV_GRAMMAR_SET_OUT_OF_RANGE
The grammar set specified is outside the valid range.
LV_BAD_HPORT
The engine is no longer running. This is the result of a LV_SRE_ClosePort call or a unrecoverable engine error.
Which grammar set to remove concept from. Possible value range 0 - 63.
The Existing concept to remove. Null-terminated string.
Complete Help Topic List | Speech Engine Product Information