#include <speech.h>

Data Fields | |
| char * | grammar |
| int | nbest_num |
| struct ast_speech_result * | next |
| int | score |
| char * | text |
Definition at line 102 of file speech.h.
| char* grammar |
Matched grammar
Definition at line 110 of file speech.h.
Referenced by ast_speech_results_free(), speech_background(), and speech_grammar().
| int nbest_num |
NBest Alternative number if in NBest results type
Definition at line 108 of file speech.h.
Referenced by find_result().
struct ast_speech_result* next [read] |
List information
Definition at line 112 of file speech.h.
Referenced by ast_speech_results_free(), find_result(), and speech_read().
| int score |
Result score
Definition at line 106 of file speech.h.
Referenced by speech_background(), and speech_score().
| char* text |
Recognized text
Definition at line 104 of file speech.h.
Referenced by ast_speech_results_free(), speech_background(), and speech_text().
1.5.5