Asterisk - The Open Source Telephony Project
18.5.0
|
#include <speech.h>
Public Member Functions | |
AST_LIST_ENTRY (ast_speech_result) list | |
Data Fields | |
char * | grammar |
int | nbest_num |
int | score |
char * | text |
AST_LIST_ENTRY | ( | ast_speech_result | ) |
List information
char* grammar |
Matched grammar
Definition at line 116 of file speech.h.
Referenced by ast_speech_results_free(), handle_speechrecognize(), speech_background(), and speech_grammar().
int nbest_num |
NBest Alternative number if in NBest results type
Definition at line 114 of file speech.h.
Referenced by find_result().
int score |
Result score
Definition at line 112 of file speech.h.
Referenced by handle_speechrecognize(), speech_background(), and speech_score().
char* text |
Recognized text
Definition at line 110 of file speech.h.
Referenced by ast_speech_results_free(), handle_speechrecognize(), speech_background(), and speech_text().