org.robokind.api.speech.visemes
Interface VisemeEvent

All Known Implementing Classes:
DefaultVisemeEvent

public interface VisemeEvent

Author:
Matthew Stevenson

Method Summary
 int getCurrentViseme()
           
 int getDuration()
           
 int getNextViseme()
           
 String getSpeechServiceId()
           
 long getStream()
           
 long getTimestampMillisecUTC()
           
 

Method Detail

getSpeechServiceId

String getSpeechServiceId()

getStream

long getStream()

getCurrentViseme

int getCurrentViseme()

getNextViseme

int getNextViseme()

getDuration

int getDuration()

getTimestampMillisecUTC

long getTimestampMillisecUTC()


Copyright © 2011. All Rights Reserved.