public class FeaturesResults extends GenericModel
Constructor and Description |
---|
FeaturesResults() |
Modifier and Type | Method and Description |
---|---|
java.util.List<CategoriesResult> |
getCategories()
Gets the categories.
|
java.util.List<ConceptsResult> |
getConcepts()
Gets the concepts.
|
EmotionResult |
getEmotion()
Gets the emotion.
|
java.util.List<EntitiesResult> |
getEntities()
Gets the entities.
|
java.util.List<KeywordsResult> |
getKeywords()
Gets the keywords.
|
MetadataResult |
getMetadata()
Gets the metadata.
|
java.util.List<RelationsResult> |
getRelations()
Gets the relations.
|
java.util.List<SemanticRolesResult> |
getSemanticRoles()
Gets the semanticRoles.
|
SentimentResult |
getSentiment()
Gets the sentiment.
|
void |
setCategories(java.util.List<CategoriesResult> categories)
Sets the categories.
|
void |
setConcepts(java.util.List<ConceptsResult> concepts)
Sets the concepts.
|
void |
setEmotion(EmotionResult emotion)
Sets the emotion.
|
void |
setEntities(java.util.List<EntitiesResult> entities)
Sets the entities.
|
void |
setKeywords(java.util.List<KeywordsResult> keywords)
Sets the keywords.
|
void |
setMetadata(MetadataResult metadata)
Sets the metadata.
|
void |
setRelations(java.util.List<RelationsResult> relations)
Sets the relations.
|
void |
setSemanticRoles(java.util.List<SemanticRolesResult> semanticRoles)
Sets the semanticRoles.
|
void |
setSentiment(SentimentResult sentiment)
Sets the sentiment.
|
equals, hashCode, toString
public java.util.List<ConceptsResult> getConcepts()
public java.util.List<EntitiesResult> getEntities()
public java.util.List<KeywordsResult> getKeywords()
public java.util.List<CategoriesResult> getCategories()
public EmotionResult getEmotion()
public MetadataResult getMetadata()
public java.util.List<RelationsResult> getRelations()
public java.util.List<SemanticRolesResult> getSemanticRoles()
public SentimentResult getSentiment()
public void setConcepts(java.util.List<ConceptsResult> concepts)
concepts
- the new conceptspublic void setEntities(java.util.List<EntitiesResult> entities)
entities
- the new entitiespublic void setKeywords(java.util.List<KeywordsResult> keywords)
keywords
- the new keywordspublic void setCategories(java.util.List<CategoriesResult> categories)
categories
- the new categoriespublic void setEmotion(EmotionResult emotion)
emotion
- the new emotionpublic void setMetadata(MetadataResult metadata)
metadata
- the new metadatapublic void setRelations(java.util.List<RelationsResult> relations)
relations
- the new relationspublic void setSemanticRoles(java.util.List<SemanticRolesResult> semanticRoles)
semanticRoles
- the new semanticRolespublic void setSentiment(SentimentResult sentiment)
sentiment
- the new sentiment