Public Attributes | List of all members
s3_decode_t Struct Reference

#include <s3_decode.h>

Public Attributes

kb_t kb
 
kbcore_tkbcore
 
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
 

Detailed Description

Wrapper structure for live-mode recognition

Member Data Documentation

◆ hyp_frame_num

int32 s3_decode_t::hyp_frame_num

The frame number at which the hypothesis is recorded.

◆ hyp_segs

hyp_t** s3_decode_t::hyp_segs

Hypothesis word segments. Result (or partial result) of the recognition is stored as word segments. Null-terminated array.

◆ hyp_str

char* s3_decode_t::hyp_str

Hypothesis string. Result (or partial result) of the recognition is stored as a complete string.

◆ kb

kb_t s3_decode_t::kb

Knowledge base.

◆ kbcore

kbcore_t* s3_decode_t::kbcore

Pointer to the knowledge base core.

Referenced by process_thread().

◆ num_frames_decoded

int32 s3_decode_t::num_frames_decoded

Number of frames decoded.

◆ num_frames_entered

int32 s3_decode_t::num_frames_entered

Number of frames entered.

◆ phones_skip

int32 s3_decode_t::phones_skip

Parameter: intervals at which wbeam is used for phone transitions.

◆ phypdump

int32 s3_decode_t::phypdump

Boolean indicates whether a partial hypothesis will be dumped.

◆ rawext

const char* s3_decode_t::rawext

Extension for the raw director

◆ state

int32 s3_decode_t::state

Current state of the live decoder.

◆ swap

int32 s3_decode_t::swap

Boolean indicates whether we will internally swap the samples.

◆ uttid

char* s3_decode_t::uttid

UTTID (obviously NOT) filled in by knowledge-base.


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