Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_asr_handle Struct Reference

#include <switch_module_interfaces.h>

Collaboration diagram for switch_asr_handle:

Collaboration graph
[legend]

Detailed Description

an abstract representation of an asr speech interface.


Data Fields

const switch_asr_interface_tasr_interface
uint32_t flags
char * name
char * codec
uint32_t rate
char * grammar
char * param
switch_memory_pool_tmemory_pool
void * private_info


Field Documentation

const switch_asr_interface_t* switch_asr_handle::asr_interface
 

the interface of the module that implemented the current speech interface

char* switch_asr_handle::codec
 

The Codec

uint32_t switch_asr_handle::flags
 

flags to control behaviour

char* switch_asr_handle::grammar
 

switch_memory_pool_t* switch_asr_handle::memory_pool
 

the handle's memory pool

char* switch_asr_handle::name
 

The Name

char* switch_asr_handle::param
 

module specific param

void* switch_asr_handle::private_info
 

private data for the format module to store handle specific info

uint32_t switch_asr_handle::rate
 

The Rate


The documentation for this struct was generated from the following file:
Generated on Mon May 26 22:06:53 2008 for FreeSWITCH by  doxygen 1.3.9.1