Click or drag to resize

EntitiesOptions Class

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

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

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 EntitiesOptions

The EntitiesOptions type exposes the following members.

Constructors
  NameDescription
Public methodEntitiesOptions
Initializes a new instance of the EntitiesOptions class
Top
Properties
  NameDescription
Public propertyemotion
Set this to true to analyze emotion for detected keywords
Public propertylimit
Maximum number of entities to return
Public propertymodel
Enter a custom model ID to override the standard entity detection model
Public propertysentiment
Set this to true to return sentiment information for detected entities
Top
See Also