asr_terminal

A recognized terminal.

Synopsis:

typedef struct asr_terminal {
    char * string ;
    int from_slot ;
    asr_result_tag_t tag ;
}asr_terminal_t;

Data:

char * string
The string representation of the recognized word, number, or digit.
int from_slot
The starting slot.
asr_result_tag_t tag
The result tag for this terminal.

Library:

libasr

Description:

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.