public static class Article.EnrichedTitle extends GenericModel
AlchemyDataNews.getNewsDocuments(java.util.Map).| Constructor and Description |
|---|
EnrichedTitle() |
| Modifier and Type | Method and Description |
|---|---|
List<Concept> |
getConcepts()
Gets the concepts.
|
List<Entity> |
getEntities()
Gets the entities.
|
List<Keyword> |
getKeywords()
Gets the keywords.
|
List<SAORelation> |
getRelations()
Gets the relations.
|
Sentiment |
getSentiment()
Gets the sentiment.
|
List<Taxonomy> |
getTaxonomy()
Gets the taxonomy.
|
void |
setConcepts(List<Concept> concepts)
Sets the concepts.
|
void |
setEntities(List<Entity> entities)
Sets the entities.
|
void |
setKeywords(List<Keyword> keywords)
Sets the keywords.
|
void |
setRelations(List<SAORelation> relations)
Sets the relations.
|
void |
setSentiment(Sentiment sentiment)
Sets the sentiment.
|
void |
setTaxonomy(List<Taxonomy> taxonomy)
Sets the taxonomy.
|
equals, hashCode, toStringpublic List<SAORelation> getRelations()
public Sentiment getSentiment()
public void setConcepts(List<Concept> concepts)
concepts - the new conceptspublic void setEntities(List<Entity> entities)
entities - the new entitiespublic void setKeywords(List<Keyword> keywords)
keywords - the new keywordspublic void setRelations(List<SAORelation> relations)
relations - the new relationspublic void setSentiment(Sentiment sentiment)
sentiment - the new sentimentCopyright © 2015–2016 IBM Watson. All rights reserved.