#include <s3_decode.h>
Public Attributes | |
kb_t | kb |
kbcore_t * | kbcore |
int32 | phones_skip |
int32 | num_frames_decoded |
int32 | num_frames_entered |
int32 | state |
char * | uttid |
int32 | hyp_frame_num |
char * | hyp_str |
hyp_t ** | hyp_segs |
int32 | swap |
int32 | phypdump |
const char * | rawext |
Wrapper structure for live-mode recognition
The frame number at which the hypothesis is recorded.
Hypothesis word segments. Result (or partial result) of the recognition is stored as word segments. Null-terminated array.
char* s3_decode_t::hyp_str |
Hypothesis string. Result (or partial result) of the recognition is stored as a complete string.
Knowledge base.
Referenced by main().
Pointer to the knowledge base core.
Referenced by process_thread().
Number of frames decoded.
Number of frames entered.
int32 s3_decode_t::phones_skip |
Parameter: intervals at which wbeam is used for phone transitions.
int32 s3_decode_t::phypdump |
Boolean indicates whether a partial hypothesis will be dumped.
const char* s3_decode_t::rawext |
Extension for the raw director
int32 s3_decode_t::state |
Current state of the live decoder.
int32 s3_decode_t::swap |
Boolean indicates whether we will internally swap the samples.
char* s3_decode_t::uttid |
UTTID (obviously NOT) filled in by knowledge-base.