Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Public Member Functions | Data Fields
ast_speech_result Struct Reference

#include <speech.h>

Public Member Functions

 AST_LIST_ENTRY (ast_speech_result) list
 

Data Fields

char * grammar
 
int nbest_num
 
int score
 
char * text
 

Detailed Description

Definition at line 111 of file speech.h.

Member Function Documentation

◆ AST_LIST_ENTRY()

AST_LIST_ENTRY ( ast_speech_result  )

List information

Field Documentation

◆ grammar

char* grammar

Matched grammar

Definition at line 119 of file speech.h.

Referenced by ast_speech_results_free(), AST_TEST_DEFINE(), and speech_background().

◆ nbest_num

int nbest_num

NBest Alternative number if in NBest results type

Definition at line 117 of file speech.h.

Referenced by AST_TEST_DEFINE(), and find_result().

◆ score

int score

Result score

Definition at line 115 of file speech.h.

Referenced by AST_TEST_DEFINE(), and speech_background().

◆ text

char* text

Recognized text

Definition at line 113 of file speech.h.

Referenced by ast_speech_results_free(), AST_TEST_DEFINE(), and speech_background().


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