Clears the active grammar set.
Function
- int LV_SRE_DeactivateGrammars(HPORT hport)
Parameters
hport
The handle of the speech port for which you are deactivating grammars.
Return Values
LV_SUCCESS
All grammars in the active grammar set have been deactivated.
LV_FAILURE
The call failed because the port was shutting down.
LV_INVALID_HPORT
The input hport is not a valid one.
LV_EXCEPTION
An exception occurred while processing the request.
Remarks
Unlike the speechport client, it is not necessary for all grammars to be deactivated before the termination of the program. Because of this, you only need to deactivate grammars to change how your interpretations are generated.
See Also