Fri Aug 24 02:29:11 2007

Asterisk developer's documentation


ast_speech_result Struct Reference

#include <speech.h>

Collaboration diagram for ast_speech_result:

Collaboration graph
[legend]

Data Fields

char * grammar
int nbest_num
ast_speech_resultnext
int score
char * text

Detailed Description

Definition at line 102 of file speech.h.


Field Documentation

char* grammar

Matched grammar

Definition at line 110 of file speech.h.

Referenced by ast_speech_results_free().

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

int score

Result score

Definition at line 106 of file speech.h.

char* text

Recognized text

Definition at line 104 of file speech.h.

Referenced by ast_speech_results_free().


The documentation for this struct was generated from the following file:
Generated on Fri Aug 24 02:29:11 2007 for Asterisk - the Open Source PBX by  doxygen 1.5.1