Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


ast_speech_result Struct Reference

#include <speech.h>

Collaboration diagram for ast_speech_result:

Data Fields

char * grammar
struct {
   struct ast_speech_result *   next
list
int nbest_num
int score
char * text

Field Documentation

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().

Definition at line 116 of file speech.h.

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().


The documentation for this struct was generated from the following file: