|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.implementation.mrcpv2.Mrcpv2RecognitionResult
public final class Mrcpv2RecognitionResult
Result of the recognition process.
| Constructor Summary | |
|---|---|
Mrcpv2RecognitionResult(org.speechforge.cairo.client.recog.RecognitionResult res)
Constructs a new object. |
|
| Method Summary | |
|---|---|
float |
getConfidence()
|
String |
getMark()
|
org.jvoicexml.xml.srgs.ModeType |
getMode()
|
Object |
getSemanticInterpretation()
|
String |
getUtterance()
|
String[] |
getWords()
|
float[] |
getWordsConfidence()
|
boolean |
isAccepted()
|
boolean |
isRejected()
|
void |
setMark(String mark)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mrcpv2RecognitionResult(org.speechforge.cairo.client.recog.RecognitionResult res)
res - The result returned by the recognizer.| Method Detail |
|---|
public String getUtterance()
getUtterance in interface RecognitionResultpublic boolean isAccepted()
isAccepted in interface RecognitionResultpublic boolean isRejected()
isRejected in interface RecognitionResultpublic void setMark(String mark)
setMark in interface RecognitionResultpublic String getMark()
getMark in interface RecognitionResultpublic float getConfidence()
getConfidence in interface RecognitionResultpublic float[] getWordsConfidence()
getWordsConfidence in interface RecognitionResultpublic String[] getWords()
getWords in interface RecognitionResultpublic org.jvoicexml.xml.srgs.ModeType getMode()
getMode in interface RecognitionResultpublic Object getSemanticInterpretation()
getSemanticInterpretation in interface RecognitionResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||