public class AnalysisResults extends GenericModel
| Constructor and Description | 
|---|
AnalysisResults()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getAnalyzedText()
Gets the analyzedText. 
 | 
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. 
 | 
java.lang.String | 
getLanguage()
Gets the language. 
 | 
MetadataResult | 
getMetadata()
Gets the metadata. 
 | 
java.util.List<RelationsResult> | 
getRelations()
Gets the relations. 
 | 
java.lang.String | 
getRetrievedUrl()
Gets the retrievedUrl. 
 | 
java.util.List<SemanticRolesResult> | 
getSemanticRoles()
Gets the semanticRoles. 
 | 
SentimentResult | 
getSentiment()
Gets the sentiment. 
 | 
Usage | 
getUsage()
Gets the usage. 
 | 
equals, hashCode, toStringpublic java.lang.String getLanguage()
public java.lang.String getAnalyzedText()
public java.lang.String getRetrievedUrl()
public Usage getUsage()
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()