public class ConceptsResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| String | getDbpediaResource()Gets the dbpediaResource. | 
| Double | getRelevance()Gets the relevance. | 
| String | getText()Gets the text. | 
public String getText()
Name of the concept.
public Double getRelevance()
Relevance score between 0 and 1. Higher scores indicate greater relevance.
public String getDbpediaResource()
Link to the corresponding DBpedia resource.
Copyright © 2023 IBM Cloud. All rights reserved.