Removes a concept and all of its phrases.
int RemoveConcept(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 ClosePort call or a unrecoverable engine error.
Which grammar set to remove the concept from. Possible value range 0 - 63.
Existing concept to remove. Null-terminated string.
Complete Help Topic List | Speech Engine Product Information