Click or drag to resize

KeywordsOptions Class

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

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

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 KeywordsOptions

The KeywordsOptions type exposes the following members.

Constructors
  NameDescription
Public methodKeywordsOptions
Initializes a new instance of the KeywordsOptions class
Top
Properties
  NameDescription
Public propertyemotion
Set this to true to analyze emotion for detected keywords
Public propertylimit
Maximum number of keywords to return
Public propertysentiment
Set this to true to return sentiment information for detected keywords
Top
See Also