public class DisambiguationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
dbpediaResource |
protected java.lang.String |
name |
protected java.util.List<java.lang.String> |
subtype |
Constructor and Description |
---|
DisambiguationResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDbpediaResource()
Gets the dbpediaResource.
|
java.lang.String |
getName()
Gets the name.
|
java.util.List<java.lang.String> |
getSubtype()
Gets the subtype.
|
protected java.lang.String name
@SerializedName(value="dbpedia_resource") protected java.lang.String dbpediaResource
protected java.util.List<java.lang.String> subtype
public java.lang.String getName()
Common entity name.
public java.lang.String getDbpediaResource()
Link to the corresponding DBpedia resource.
public java.util.List<java.lang.String> getSubtype()
Entity subtype information.