|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ASRResultKeeper
allows to query the the current state of ASR input
Method Summary | |
---|---|
int |
getCurrentFrame()
return the frame of the Result
that the current state is based on |
double |
getCurrentTime()
|
java.util.List<EditMessage<WordIU>> |
getWordEdits()
return a list of currently valid edits between the last update of internal state and the one preceding that state. |
java.util.List<WordIU> |
getWordIUs()
return a list of currently valid WordIUs |
Method Detail |
---|
java.util.List<EditMessage<WordIU>> getWordEdits()
java.util.List<WordIU> getWordIUs()
int getCurrentFrame()
Result
that the current state is based on
double getCurrentTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |