edu.cmu.sphinx.frontend.endpoint
Class SpeechStartSignal
java.lang.Object
edu.cmu.sphinx.frontend.Signal
edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
- All Implemented Interfaces:
- Data
- public class SpeechStartSignal
- extends Signal
A signal that indicates the start of speech.
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 |
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
toString
public java.lang.String toString()
- Returns the string "SpeechStartSignal".
- Returns:
- the string "SpeechStartSignal"