|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.speakright.core.SRResults.Slot
public class SRResults.Slot
Holds information about a single slot. A slot represents a piece of information to get from the user. It gets mapped to a field in VoiceXML. Each user input question has at least one slot to fill.
| Field Summary | |
|---|---|
int |
m_confidence
|
java.lang.String |
m_slotName
|
java.lang.String |
m_value
|
| Constructor Summary | |
|---|---|
SRResults.Slot()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String m_slotName
public java.lang.String m_value
public int m_confidence
| Constructor Detail |
|---|
public SRResults.Slot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||