AnalysisResults Class |
[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults"]
Namespace: IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
public class AnalysisResults
The AnalysisResults type exposes the following members.
Name | Description | |
---|---|---|
AnalysisResults | Initializes a new instance of the AnalysisResults class |
Name | Description | |
---|---|---|
analyzed_text |
Text that was used in the analysis
| |
categories |
The hierarchical 5-level taxonomy the content is categorized into
| |
concepts |
The general concepts referenced or alluded to in the specified content
| |
emotion |
The anger, disgust, fear, joy, or sadness conveyed by the content
| |
entities |
The important entities in the specified content
| |
keywords |
The important keywords in content organized by relevance
| |
language |
Language used to analyze the text
| |
metadata |
The metadata holds author information, publication date and the title of the text/HTML content
| |
relations |
The relationships between entities in the content
| |
retrieved_url |
URL that was used to retrieve HTML content
| |
semantic_roles |
The subjects of actions and the objects the actions act upon
| |
sentiment |
The sentiment of the content
| |
usage |
API usage information for the request
|