SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprSegEntry Struct Reference

A single segment. More...

Data Fields

char * phon
 The phone (or word) name. More...
 
int segnr
 The segment number (oridnal number). More...
 
double score
 score (optional) More...
 
double btime
 The begin time of the segment (in seconds). More...
 
double etime
 The end time of the segment (in seconds). More...
 
struct spr_t_seg_entry * next
 The next segment. More...
 

Detailed Description

A single segment.

Field Documentation

char* SprSegEntry::phon

The phone (or word) name.

int SprSegEntry::segnr

The segment number (oridnal number).

double SprSegEntry::score

score (optional)

double SprSegEntry::btime

The begin time of the segment (in seconds).

double SprSegEntry::etime

The end time of the segment (in seconds).

struct spr_t_seg_entry* SprSegEntry::next

The next segment.