org.speakright.core
Class SRResults.Slot

java.lang.Object
  extended by org.speakright.core.SRResults.Slot
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SRResults

public class SRResults.Slot
extends java.lang.Object
implements java.io.Serializable

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.

Author:
IanRaeLaptop
See Also:
Serialized Form

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

m_slotName

public java.lang.String m_slotName

m_value

public java.lang.String m_value

m_confidence

public int m_confidence
Constructor Detail

SRResults.Slot

public SRResults.Slot()