public class RelationsResult extends GenericModel
| Constructor and Description |
|---|
RelationsResult() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RelationArgument> |
getArguments()
Gets the arguments.
|
java.lang.Double |
getScore()
Gets the score.
|
java.lang.String |
getSentence()
Gets the sentence.
|
java.lang.String |
getType()
Gets the type.
|
equals, hashCode, toStringpublic java.lang.Double getScore()
public java.lang.String getSentence()
public java.lang.String getType()
public java.util.List<RelationArgument> getArguments()