org.robokind.api.speech.visemes
Class DefaultVisemeEvent
java.lang.Object
org.robokind.api.speech.visemes.DefaultVisemeEvent
- All Implemented Interfaces:
- VisemeEvent
public class DefaultVisemeEvent
- extends Object
- implements VisemeEvent
- Author:
- Matthew Stevenson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultVisemeEvent
public DefaultVisemeEvent(String serviceId,
SpeechEvent speechEvent,
long timestampMillisecUTC)
getSpeechServiceId
public String getSpeechServiceId()
- Specified by:
getSpeechServiceId
in interface VisemeEvent
getStream
public long getStream()
- Specified by:
getStream
in interface VisemeEvent
getCurrentViseme
public int getCurrentViseme()
- Specified by:
getCurrentViseme
in interface VisemeEvent
getNextViseme
public int getNextViseme()
- Specified by:
getNextViseme
in interface VisemeEvent
getDuration
public int getDuration()
- Specified by:
getDuration
in interface VisemeEvent
getTimestampMillisecUTC
public long getTimestampMillisecUTC()
- Specified by:
getTimestampMillisecUTC
in interface VisemeEvent
Copyright © 2011. All Rights Reserved.