Click or drag to resize

SentimentOptions Class

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

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

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 SentimentOptions

The SentimentOptions type exposes the following members.

Constructors
  NameDescription
Public methodSentimentOptions
Initializes a new instance of the SentimentOptions class
Top
Properties
  NameDescription
Public propertydocument
Set this to false to hide document-level sentiment results
Public propertytargets
Sentiment results will be returned for each target string that is found in the document
Top
See Also