public class NLIResult extends Object
Constructor and Description |
---|
NLIResult() |
Modifier and Type | Method and Description |
---|---|
<T> ArrayList<T> |
getDataObjects() |
DescObject |
getDescObject() |
Semantic[] |
getSemantics()
Get the semantics of input text.
|
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 String getType()
public boolean hasType()
public boolean isFromIDS()
public <T> ArrayList<T> getDataObjects()
public boolean hasDataObjects()
Copyright © 2018. All rights reserved.