#include <speech.h>

Data Fields | |
| char * | grammar |
| struct { | |
| struct ast_speech_result * next | |
| } | list |
| int | nbest_num |
| int | score |
| char * | text |
| char* grammar |
Matched grammar
Definition at line 114 of file speech.h.
Referenced by ast_speech_results_free(), handle_speechrecognize(), speech_background(), and speech_grammar().
| struct { ... } list |
List information
Referenced by ast_speech_results_free(), find_result(), and handle_speechrecognize().
| int nbest_num |
NBest Alternative number if in NBest results type
Definition at line 112 of file speech.h.
Referenced by find_result().
| struct ast_speech_result* next |
| int score |
Result score
Definition at line 110 of file speech.h.
Referenced by handle_speechrecognize(), speech_background(), and speech_score().
| char* text |
Recognized text
Definition at line 108 of file speech.h.
Referenced by ast_speech_results_free(), handle_speechrecognize(), speech_background(), and speech_text().