Edinburgh Speech Tools  2.1-release
EST_VTCandidate Class Reference

#include <include/EST_viterbi.h>

Collaboration diagram for EST_VTCandidate:

Public Member Functions

 EST_VTCandidate ()
 
 ~EST_VTCandidate ()
 

Public Attributes

float score
 
EST_Val name
 
int pos
 
EST_Items
 
EST_VTCandidatenext
 

Detailed Description

Internal class to EST_Viterbi_Decoder used to a represent a candidate.

These objects need to be created and set by the user of the Viterbi decoder.

Author
Alan W Black (awb@c.nosp@m.str..nosp@m.ed.ac.nosp@m..uk): July 1996

Definition at line 59 of file EST_viterbi.h.

Constructor & Destructor Documentation

EST_VTCandidate::EST_VTCandidate ( )
inline

Definition at line 62 of file EST_viterbi.h.

EST_VTCandidate::~EST_VTCandidate ( )
inline

Definition at line 63 of file EST_viterbi.h.

Member Data Documentation

float EST_VTCandidate::score

Definition at line 64 of file EST_viterbi.h.

EST_Val EST_VTCandidate::name

Definition at line 65 of file EST_viterbi.h.

int EST_VTCandidate::pos

Definition at line 66 of file EST_viterbi.h.

EST_Item* EST_VTCandidate::s

Definition at line 67 of file EST_viterbi.h.

EST_VTCandidate* EST_VTCandidate::next

Definition at line 68 of file EST_viterbi.h.


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