#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 speech_grammar(), speech_background(), handle_speechrecognize(), and ast_speech_results_free().
| struct { ... } list |
List information
Referenced by find_result(), handle_speechrecognize(), and ast_speech_results_free().
| 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 speech_score(), speech_background(), and handle_speechrecognize().
| char* text |
Recognized text
Definition at line 108 of file speech.h.
Referenced by speech_text(), speech_background(), handle_speechrecognize(), and ast_speech_results_free().