Lines Matching refs:model
65 * Base sound model descriptor. This struct is the header of a larger block
67 * sound model.
72 /** Unique sound model ID. */
75 * Unique vendor ID. Identifies the engine the sound model
97 * Specialized sound model for key phrase detection.
102 /** Common part of sound model descriptor */
104 /** List of descriptors for key phrases supported by this sound model */
138 * Load a sound model. Once loaded, recognition of this model can be
139 * started and stopped. Only one active recognition per model at a time.
141 * different users/applications on the same model.
144 * @param soundModel A SoundModel structure describing the sound model to
152 * -EINVAL in case of invalid sound model (e.g 0 data size),
158 * framework when controlling activity for this sound model.
166 * Load a key phrase sound model. Once loaded, recognition of this model can
167 * be started and stopped. Only one active recognition per model at a time.
169 * different users/applications on the same model.
172 * @param soundModel A PhraseSoundModel structure describing the sound model
180 * -EINVAL in case of invalid sound model (e.g 0 data size),
186 * framework when controlling activity for this sound model.
194 * Unload a sound model. A sound model may be unloaded to make room for a
196 * @param modelHandle the handle of the sound model to unload
198 * -ENOSYS if the model is not loaded,
205 * Start recognition on a given model. Only one recognition active
206 * at a time per model. Once recognition succeeds of fails, the callback
208 * @param modelHandle the handle of the sound model to use for recognition
218 * -ENOSYS in case of invalid model handle,
229 * Stop recognition on a given model.
232 * @param modelHandle The handle of the sound model to use for recognition
234 * -ENOSYS in case of invalid model handle,