org.robokind.impl.speechrec
Class PortableSpeechRecEventList
java.lang.Object
org.robokind.impl.speechrec.PortableSpeechRecEventList
- All Implemented Interfaces:
- SpeechRecEventList
public class PortableSpeechRecEventList
- extends Object
- implements SpeechRecEventList
- Author:
- Jason G. Pallack
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableSpeechRecEventList
public PortableSpeechRecEventList(SpeechRecEventListRecord record)
PortableSpeechRecEventList
public PortableSpeechRecEventList(SpeechRecEventList eventList)
PortableSpeechRecEventList
public PortableSpeechRecEventList(String sourceId,
String destId,
List<SpeechRecEvent> events,
long timestamp)
getTimestampMillisecUTC
public long getTimestampMillisecUTC()
- Specified by:
getTimestampMillisecUTC in interface SpeechRecEventList
getSpeechRecServiceId
public String getSpeechRecServiceId()
- Specified by:
getSpeechRecServiceId in interface SpeechRecEventList
getEventDestinationId
public String getEventDestinationId()
- Specified by:
getEventDestinationId in interface SpeechRecEventList
getSpeechRecEvents
public List<SpeechRecEvent> getSpeechRecEvents()
- Specified by:
getSpeechRecEvents in interface SpeechRecEventList
getRecord
public SpeechRecEventListRecord getRecord()
Copyright © 2011-2012. All Rights Reserved.