#include <speech.h>
Data Fields | |
char * | grammar |
int | nbest_num |
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(), 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 |
List information
Definition at line 112 of file speech.h.
Referenced by ast_speech_results_free(), find_result(), and speech_read().
int score |
char* text |
Recognized text
Definition at line 104 of file speech.h.
Referenced by ast_speech_results_free(), and speech_text().