Class DisambiguationResult
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.DisambiguationResult
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DisambiguationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Disambiguation information for the entity.
-
Constructor Summary
Constructors Constructor Description DisambiguationResult()
-
Method Summary
Modifier and Type Method Description String
getDbpediaResource()
Gets the dbpediaResource.String
getName()
Gets the name.List<String>
getSubtype()
Gets the subtype.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DisambiguationResult
public DisambiguationResult()
-
-
Method Details
-
getName
Gets the name.Common entity name.
- Returns:
- the name
-
getDbpediaResource
Gets the dbpediaResource.Link to the corresponding DBpedia resource.
- Returns:
- the dbpediaResource
-
getSubtype
Gets the subtype.Entity subtype information.
- Returns:
- the subtype
-