Features Class |
[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Features"]
Namespace: IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
public class Features
The Features type exposes the following members.
Name | Description | |
---|---|---|
categories |
Whether or not to return the high level category the content is categorized as (i.e.news, art)
| |
concepts |
Whether or not to return the concepts that are mentioned in the analyzed text
| |
emotion |
Whether or not to extract the emotions implied in the analyzed text
| |
entities |
Whether or not to extract detected entity objects from the analyzed text
| |
keywords |
Whether or not to return the keywords in the analyzed text
| |
metadata |
Whether or not the author, publication date, and title of the analyzed text should be returned.This parameter is only available for URL and HTML input
| |
relations |
Whether or not to return the relationships between detected entities in the analyzed text
| |
semantic_roles |
Whether or not to return the subject-action-object relations from the analyzed text
| |
sentiment |
Whether or not to return the overall sentiment of the analyzed text
|