public class NLIResult
extends java.lang.Object
Constructor and Description |
---|
NLIResult() |
Modifier and Type | Method and Description |
---|---|
<T> java.util.ArrayList<T> |
getDataObjects() |
DescObject |
getDescObject() |
Semantic[] |
getSemantics()
Get the semantics of input text.
|
java.lang.String |
getType() |
boolean |
hasDataObjects() |
boolean |
hasDescObject() |
boolean |
hasSemantics() |
boolean |
hasType() |
boolean |
isFromIDS()
Check if this result is actually a IDS response.
|
public DescObject getDescObject()
public boolean hasDescObject()
public Semantic[] getSemantics()
public boolean hasSemantics()
public java.lang.String getType()
public boolean hasType()
public boolean isFromIDS()
public <T> java.util.ArrayList<T> getDataObjects()
public boolean hasDataObjects()