Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults Class Reference

Properties

ConceptsResult[] concepts [get, set]
 The general concepts referenced or alluded to in the specified content More...
 
EntitiesResult[] entities [get, set]
 The important entities in the specified content More...
 
KeywordsResult[] keywords [get, set]
 The important keywords in content organized by relevance More...
 
CategoriesResult[] categories [get, set]
 The hierarchical 5-level taxonomy the content is categorized into More...
 
EmotionResult emotion [get, set]
 The anger, disgust, fear, joy, or sadness conveyed by the content More...
 
MetadataResult metadata [get, set]
 The metadata holds author information, publication date and the title of the text/HTML content More...
 
RelationsResult[] relations [get, set]
 The relationships between entities in the content More...
 
SemanticRolesResult[] semantic_roles [get, set]
 The subjects of actions and the objects the actions act upon More...
 
SentimentResult sentiment [get, set]
 The sentiment of the content More...
 
string language [get, set]
 Language used to analyze the text More...
 
string analyzed_text [get, set]
 Text that was used in the analysis More...
 
string retrieved_url [get, set]
 URL that was used to retrieve HTML content More...
 
Usage usage [get, set]
 API usage information for the request More...
 

Property Documentation

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.analyzed_text
getset

Text that was used in the analysis

CategoriesResult [] IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.categories
getset

The hierarchical 5-level taxonomy the content is categorized into

ConceptsResult [] IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.concepts
getset

The general concepts referenced or alluded to in the specified content

EmotionResult IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.emotion
getset

The anger, disgust, fear, joy, or sadness conveyed by the content

EntitiesResult [] IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.entities
getset

The important entities in the specified content

KeywordsResult [] IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.keywords
getset

The important keywords in content organized by relevance

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.language
getset

Language used to analyze the text

MetadataResult IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.metadata
getset

The metadata holds author information, publication date and the title of the text/HTML content

RelationsResult [] IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.relations
getset

The relationships between entities in the content

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.retrieved_url
getset

URL that was used to retrieve HTML content

SemanticRolesResult [] IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.semantic_roles
getset

The subjects of actions and the objects the actions act upon

SentimentResult IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.sentiment
getset

The sentiment of the content

Usage IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.AnalysisResults.usage
getset

API usage information for the request


The documentation for this class was generated from the following file: