[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
Class COM.novell.SVAPI.ModelUtterancePair
public final class ModelUtterancePair
The ModelUtterancePair associates a model with an utterance. This data structure is used for gathering statistical information about an engine.
See Also: getConfidenceData
Constructor Index
- ModelUtterancePair(Model, Utterance)
- Constructs a new ModelUtterancePair object from a model and an utterance.
Method Index
- getModel()
- Gets the model.
- getUtterance()
- Gets the utterance.
Constructors
ModelUtterancePair
public ModelUtterancePair(Model Model, Utterance Utterance)
Constructs a new ModelUtterancePair object from a model and an utterance.
Methods
getModel
public Model getModel()
Gets the model.
getUtterance
public Utterance getUtterance()
Gets the utterance.
[Package Index] [Index] [Users' Guide] [SVAPI Home Page]
rwille@novell.com