Set interpretation tag format of the grammar.
int LVGrammar_SetTagFormat(HGRAMMAR hgram, const char* tag_format)
hgram
A handle to the grammar.
tag_format
The grammar's tag format.
LVGrammar_SetLanguage(hgram, "en-US");
LVGrammar_SetMode(hgram,"voice");
LVGrammar_SetTagFormat(hgram,"lumenvox/1.0");
Is the same as writing in your grammar:
language "en-US;
mode "voice";
tag-format <lumenvox/1.0>;
Complete Help Topic List | Speech Engine Product Information