edu.cmu.sphinx.frontend.endpoint
Class SpeechStartSignal

java.lang.Object
  extended byedu.cmu.sphinx.frontend.Signal
      extended byedu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
All Implemented Interfaces:
Data

public class SpeechStartSignal
extends Signal

A signal that indicates the start of speech.


Constructor Summary
SpeechStartSignal()
          Constructs a SpeechStartSignal.
SpeechStartSignal(long time)
          Constructs a SpeechStartSignal at the given time.
 
Method Summary
 java.lang.String toString()
          Returns the string "SpeechStartSignal".
 
Methods inherited from class edu.cmu.sphinx.frontend.Signal
getTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpeechStartSignal

public SpeechStartSignal()
Constructs a SpeechStartSignal.


SpeechStartSignal

public SpeechStartSignal(long time)
Constructs a SpeechStartSignal at the given time.

Parameters:
time - the time this SpeechStartSignal is created
Method Detail

toString

public java.lang.String toString()
Returns the string "SpeechStartSignal".

Returns:
the string "SpeechStartSignal"