Public Attributes | List of all members
srch_hyp_s Struct Reference

#include <search.h>

Public Attributes

char * word
 
int32 id
 
int32 vhid
 
int32 type
 
s3frmid_t sf
 
s3frmid_t ef
 
int32 ascr
 
int32 lscr
 
int32 pscr
 
int32 cscr
 
int32 fsg_state
 
struct srch_hyp_snext
 

Member Data Documentation

◆ ascr

int32 srch_hyp_s::ascr

AM score

◆ cscr

int32 srch_hyp_s::cscr

Use when the recognizer is generating word-based confidence scores

◆ ef

s3frmid_t srch_hyp_s::ef

Ending frame

◆ fsg_state

int32 srch_hyp_s::fsg_state

At which this entry terminates (FSG mode only)

◆ id

int32 srch_hyp_s::id

Token ID; could be s3wid_t, s3cipid_t... Interpreted by client.

◆ lscr

int32 srch_hyp_s::lscr

LM score

◆ next

struct srch_hyp_s* srch_hyp_s::next

a pointer to next structure, a convenient device such that a programmer could choose to use it instead of using a link list. Of course one could also use glist

◆ pscr

int32 srch_hyp_s::pscr

score for heuristic search (Only used in dag and astar)

◆ sf

s3frmid_t srch_hyp_s::sf

Starting frame

◆ type

int32 srch_hyp_s::type

Uninterpreted data; see vithist_entry_t in vithist.h

◆ vhid

int32 srch_hyp_s::vhid

Viterbi history (lattice) ID from which this entry created Specific to Sphinx 3.x mode 4 and mode 5

◆ word

char* srch_hyp_s::word

A pointer to the word string


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