Package com.logicaldoc.ai
Class QueryResult<T>
java.lang.Object
com.logicaldoc.ai.QueryResult<T>
- Type Parameters:
- T- the type of result value, usually it is a- String
A QueryResult is the result of an AI model elaboration. It brings a list of
 ordered scores(probability of the result) each one with it's label.
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
QueryResultpublic QueryResult()
- 
QueryResultConstructor- Parameters:
- results- All the results
 
 
- 
- 
Method Details- 
getResults
- 
addResult
 
-