edu.cmu.sphinx.frontend.endpoint
Class SpeechStartSignal

java.lang.Object
  extended by edu.cmu.sphinx.frontend.Signal
      extended by edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
All Implemented Interfaces:
Data, java.io.Serializable

public class SpeechStartSignal
extends Signal

A signal that indicates the start of speech.

See Also:
Serialized Form

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
getProps, 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".

Overrides:
toString in class java.lang.Object
Returns:
the string "SpeechStartSignal"