Lines Matching refs:model
43 * Start recognition on a given model. Only one recognition active
44 * at a time per model. Once recognition succeeds or fails, the callback
45 * associated with the model handle is called.
51 * @param modelHandle the handle of the sound model to use for recognition
56 * -ENOSYS in case of invalid model handle,
64 * Set a model specific parameter with the given value. This parameter
65 * will keep its value for the duration the model is loaded regardless of starting and stopping
66 * recognition. Once the model is unloaded, the value will be lost.
70 * @param modelHandle The sound model handle indicating which model to modify parameters
75 * @param value The value to set for the given model parameter
84 * Get a model specific parameter. This parameter will keep its value
85 * for the duration the model is loaded regardless of starting and stopping recognition.
86 * Once the model is unloaded, the value will be lost. If the value is not set, a default
91 * @param modelHandle The sound model associated with given modelParam
106 * Get supported parameter attributes with respect to the provided model
111 * @param modelHandle The sound model handle indicating which model to query
119 * of the parameter for the given model handle. If the parameter is not