public class ScoredConcept extends GenericModel
ConceptInsights service.| Constructor and Description |
|---|
ScoredConcept() |
| Modifier and Type | Method and Description |
|---|---|
Concept |
getConcept()
Gets the concept.
|
Double |
getScore()
Gets the score.
|
void |
setConcept(Concept concept)
Sets the concept.
|
void |
setScore(Double score)
Sets the score.
|
equals, hashCode, toStringpublic Concept getConcept()
public Double getScore()
public void setConcept(Concept concept)
concept - The conceptpublic void setScore(Double score)
score - The scoreCopyright © 2015. All rights reserved.