Click or drag to resize

Features Class

[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.Features"]

Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1Features

Namespace:  IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Features

The Features type exposes the following members.

Constructors
  NameDescription
Public methodFeatures
Initializes a new instance of the Features class
Top
Properties
  NameDescription
Public propertycategories
Whether or not to return the high level category the content is categorized as (i.e.news, art)
Public propertyconcepts
Whether or not to return the concepts that are mentioned in the analyzed text
Public propertyemotion
Whether or not to extract the emotions implied in the analyzed text
Public propertyentities
Whether or not to extract detected entity objects from the analyzed text
Public propertykeywords
Whether or not to return the keywords in the analyzed text
Public propertymetadata
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
Public propertyrelations
Whether or not to return the relationships between detected entities in the analyzed text
Public propertysemantic_roles
Whether or not to return the subject-action-object relations from the analyzed text
Public propertysentiment
Whether or not to return the overall sentiment of the analyzed text
Top
See Also