|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This Interface allows accessing an word recognized alternative by an ASR engine.
| Method Summary | |
int |
getConfidence()
return the confidence of the interpretation |
Map |
getExtensions()
return the extensions of the interpretation as a Map |
ASRParsedRule[] |
getParsedRule()
Return an ASRParsedRule object that allows accessiong additional such as tags, grammar name, etc. |
ResultToken[] |
getPhrase()
access the recongition result alternative as a table of ResultToken the Index grows from the more likely (index 0) to the less likely. |
int |
getUtteranceOffsetBegin()
return start point of the utterance in millisecond |
int |
getUtteranceOffsetEnd()
return end point of the utterance in millisecond |
| Method Detail |
public ResultToken[] getPhrase()
public ASRParsedRule[] getParsedRule()
public int getUtteranceOffsetBegin()
public int getUtteranceOffsetEnd()
public int getConfidence()
public Map getExtensions()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||