edu.cmu.sphinx.frontend.endpoint
Class SpeechEndSignal

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

public class SpeechEndSignal
extends Signal

A signal that indicates the end of speech.


Constructor Summary
SpeechEndSignal()
          Constructs a SpeechEndSignal.
SpeechEndSignal(long time)
          Constructs a SpeechEndSignal with the given creation time.
 
Method Summary
 java.lang.String toString()
          Returns the string "SpeechEndSignal".
 
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

SpeechEndSignal

public SpeechEndSignal()
Constructs a SpeechEndSignal.


SpeechEndSignal

public SpeechEndSignal(long time)
Constructs a SpeechEndSignal with the given creation time.

Parameters:
time - the creation time of the SpeechEndSignal
Method Detail

toString

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

Returns:
the string "SpeechEndSignal"