#include <switch_module_interfaces.h>
Collaboration diagram for switch_asr_handle:
Data Fields | |
| switch_asr_interface_t * | asr_interface |
| uint32_t | flags |
| char * | name |
| char * | codec |
| uint32_t | rate |
| char * | grammar |
| char * | param |
| switch_memory_pool_t * | memory_pool |
| void * | private_info |
Definition at line 391 of file switch_module_interfaces.h.
the interface of the module that implemented the current speech interface
Definition at line 393 of file switch_module_interfaces.h.
| char* switch_asr_handle::codec |
The Codec
Definition at line 399 of file switch_module_interfaces.h.
| uint32_t switch_asr_handle::flags |
flags to control behaviour
Definition at line 395 of file switch_module_interfaces.h.
Definition at line 402 of file switch_module_interfaces.h.
the handle's memory pool
Definition at line 406 of file switch_module_interfaces.h.
| char* switch_asr_handle::name |
The Name
Definition at line 397 of file switch_module_interfaces.h.
| char* switch_asr_handle::param |
module specific param
Definition at line 404 of file switch_module_interfaces.h.
private data for the format module to store handle specific info
Definition at line 408 of file switch_module_interfaces.h.
| uint32_t switch_asr_handle::rate |
The Rate
Definition at line 401 of file switch_module_interfaces.h.
1.4.7