Lines Matching refs:model
31 * Base sound model descriptor. This struct is the header of a larger block
33 * sound model.
36 /** Sound model header. Any data contained in the 'header.data' field
44 * Specialized sound model for key phrase detection.
49 /** Common part of sound model descriptor */
51 /** List of descriptors for key phrases supported by this sound model */
68 * Load a sound model. Once loaded, recognition of this model can be
69 * started and stopped. Only one active recognition per model at a time.
71 * different users/applications on the same model.
79 * @param soundModel A SoundModel structure describing the sound model
87 * -EINVAL in case of invalid sound model (e.g 0 data size),
93 * framework when controlling activity for this sound model.
102 * Load a key phrase sound model. Once loaded, recognition of this model can
103 * be started and stopped. Only one active recognition per model at a time.
105 * different users/applications on the same model.
113 * @param soundModel A PhraseSoundModel structure describing the sound model
121 * -EINVAL in case of invalid sound model (e.g 0 data size),
127 * framework when controlling activity for this sound model.
136 * Start recognition on a given model. Only one recognition active
137 * at a time per model. Once recognition succeeds of fails, the callback
144 * @param modelHandle the handle of the sound model to use for recognition
154 * -ENOSYS in case of invalid model handle,