Prosody speech processing: API: sm_reset_input_vocabs

This function is deprecated.

Prototype Definition

int sm_reset_input_vocabs(struct sm_reset_input_vocabs_parms *resetp)

Parameters

*resetp
a structure of the following type:
typedef struct sm_reset_input_vocabs_parms {
	tSMModuleId module;					/* in */
} SM_RESET_INPUT_VOCABS_PARMS;

Description

Discards current vocabulary of module indicated by module. A new vocabulary must be downloaded.

Fields

module (Deprecated)
The module whose vocabulary is to be discarded.

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody speech processing API.