A recognized terminal.
typedef struct asr_terminal {
char * string ;
int from_slot ;
asr_result_tag_t tag ;
}asr_terminal_t;
This data type represents a terminal. A terminal is a recognized block of speech, usually corresponding to a single word or number. In the case of voice dialing, a terminal may correspond to a spoken digit.