|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hops.dm.tad.utterance
public class utterance
User/system utterance information typedef struct{ float score; turn participant; sentence input; queueact acts; ut_status status; }utterance;
| Field Summary | |
|---|---|
queueact |
acts
action interpretation of the sentence |
java.lang.String |
input
sentence |
turn |
participant
user / system |
double |
score
confidence level of the transcripted sentence 1.0 for text, and 1.0 for system needed for voice/user |
ut_status |
status
status of the utterance |
| Constructor Summary | |
|---|---|
utterance()
Creates a new instance of utterance |
|
utterance(utterance _u)
Creates a new instance of utterance and copy the utterance input values |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object. |
boolean |
is_noinput()
the user said nothing (voice) |
boolean |
is_nomatch()
the user said something not understandable (voice) |
boolean |
is_parsererror()
there is no semantic interpretation |
java.lang.String |
toFriendString()
Returns a string representation of the object. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double score
public turn participant
public java.lang.String input
public queueact acts
public ut_status status
| Constructor Detail |
|---|
public utterance()
public utterance(utterance _u)
| Method Detail |
|---|
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toFriendString()
public boolean is_noinput()
public boolean is_parsererror()
public boolean is_nomatch()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||