public class AnalysisResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getAnalyzedText()
Gets the analyzedText.
|
List<CategoriesResult> |
getCategories()
Gets the categories.
|
List<ClassificationsResult> |
getClassifications()
Gets the classifications.
|
List<ConceptsResult> |
getConcepts()
Gets the concepts.
|
EmotionResult |
getEmotion()
Gets the emotion.
|
List<EntitiesResult> |
getEntities()
Gets the entities.
|
List<KeywordsResult> |
getKeywords()
Gets the keywords.
|
String |
getLanguage()
Gets the language.
|
FeaturesResultsMetadata |
getMetadata()
Gets the metadata.
|
List<RelationsResult> |
getRelations()
Gets the relations.
|
String |
getRetrievedUrl()
Gets the retrievedUrl.
|
List<SemanticRolesResult> |
getSemanticRoles()
Gets the semanticRoles.
|
SentimentResult |
getSentiment()
Gets the sentiment.
|
SyntaxResult |
getSyntax()
Gets the syntax.
|
AnalysisResultsUsage |
getUsage()
Gets the usage.
|
public String getLanguage()
Language used to analyze the text.
public String getAnalyzedText()
Text that was used in the analysis.
public String getRetrievedUrl()
URL of the webpage that was analyzed.
public AnalysisResultsUsage getUsage()
API usage information for the request.
public List<ConceptsResult> getConcepts()
The general concepts referenced or alluded to in the analyzed text.
public List<EntitiesResult> getEntities()
The entities detected in the analyzed text.
public List<KeywordsResult> getKeywords()
The keywords from the analyzed text.
public List<CategoriesResult> getCategories()
The categories that the service assigned to the analyzed text.
public List<ClassificationsResult> getClassifications()
The classifications assigned to the analyzed text.
public EmotionResult getEmotion()
The anger, disgust, fear, joy, or sadness conveyed by the content.
public FeaturesResultsMetadata getMetadata()
Webpage metadata, such as the author and the title of the page.
public List<RelationsResult> getRelations()
The relationships between entities in the content.
public List<SemanticRolesResult> getSemanticRoles()
Sentences parsed into `subject`, `action`, and `object` form.
public SentimentResult getSentiment()
The sentiment of the content.
public SyntaxResult getSyntax()
Tokens and sentences returned from syntax analysis.
Copyright © 2023 IBM Cloud. All rights reserved.