Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

SWBfile Class Reference

SwitchBoard file model. More...

#include <SWBfile.h>

Inheritance diagram for SWBfile:

Inheritance graph
[legend]
Collaboration diagram for SWBfile:

Collaboration graph
[legend]
List of all members.

Public Methods

 SWBfile ()
 SWBfile (const string &filename)
 ~SWBfile ()
bool read_record ()
 Read one record from the annotation file. More...

string get_time0 ()
 Get the very first time of the annotation. More...

string get_time ()
 Get the time of current annotation unit. More...

string get_label ()
 Get the label. More...

string get_spkr ()
 Get the speaker. More...

string get_uttn ()
 Get the utterence number. More...

string get_next_time ()
 Get the time of the next annotation unit. More...

bool turn_over ()

Detailed Description

SwitchBoard file model.


Constructor & Destructor Documentation

SWBfile::SWBfile ( )
 

SWBfile::SWBfile ( const string & filename )
 

SWBfile::~SWBfile ( )
 


Member Function Documentation

string SWBfile::get_label ( )
 

Get the label.

string SWBfile::get_next_time ( )
 

Get the time of the next annotation unit.

string SWBfile::get_spkr ( )
 

Get the speaker.

string SWBfile::get_time ( )
 

Get the time of current annotation unit.

string SWBfile::get_time0 ( )
 

Get the very first time of the annotation.

string SWBfile::get_uttn ( )
 

Get the utterence number.

bool SWBfile::read_record ( )
 

Read one record from the annotation file.

bool SWBfile::turn_over ( )
 

Returns:
true If there was a turnover. false If there was no turnover.


The documentation for this class was generated from the following file:
Generated at Wed Jul 3 14:55:49 2002 for Annotation Graph API by doxygen1.2.7 written by Dimitri van Heesch, © 1997-2001