nao.event
Class SpeechRecognisedEvent

java.lang.Object
  extended by nao.event.NaoEvent
      extended by nao.event.SpeechRecognisedEvent

public class SpeechRecognisedEvent
extends NaoEvent


Field Summary
 java.util.List<java.lang.String> words
           
 
Constructor Summary
SpeechRecognisedEvent(java.util.List<java.lang.String> words)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

words

public final java.util.List<java.lang.String> words
Constructor Detail

SpeechRecognisedEvent

public SpeechRecognisedEvent(java.util.List<java.lang.String> words)