Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_speech_result Struct Reference

#include <speech.h>

Collaboration diagram for ast_speech_result:

Collaboration graph
[legend]

Detailed Description

Definition at line 90 of file speech.h.

Data Fields

char * grammar
ast_speech_resultnext
int score
char * text


Field Documentation

char* grammar
 

Matched grammar

Definition at line 96 of file speech.h.

Referenced by ast_speech_results_free().

struct ast_speech_result* next
 

List information

Definition at line 98 of file speech.h.

Referenced by ast_speech_results_free().

int score
 

Result score

Definition at line 94 of file speech.h.

char* text
 

Recognized text

Definition at line 92 of file speech.h.

Referenced by ast_speech_results_free().


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen