LV_SRE_RemoveConcept

Removes a concept and all of its phrases.

int LV_SRE_RemoveConcept(HPORT hport, int GrammarSet, const char* Concept);

Return Values

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.

Parameters

GrammarSet

Which grammar set to remove concept from.  Possible value range 0 - 63.

Concept

The Existing concept to remove. Null-terminated string.

See Also


Complete Help Topic List | Speech Engine Product Information