Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesOptions Class Reference

Properties

int limit [get, set]
 Maximum number of entities to return More...
 
string model [get, set]
 Enter a custom model ID to override the standard entity detection model More...
 
bool sentiment [get, set]
 Set this to true to return sentiment information for detected entities More...
 
bool emotion [get, set]
 Set this to true to analyze emotion for detected keywords More...
 

Property Documentation

bool IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesOptions.emotion
getset

Set this to true to analyze emotion for detected keywords

int IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesOptions.limit
getset

Maximum number of entities to return

string IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesOptions.model
getset

Enter a custom model ID to override the standard entity detection model

bool IBM.Watson.DeveloperCloud.Services.NaturalLanguageUnderstanding.v1.EntitiesOptions.sentiment
getset

Set this to true to return sentiment information for detected entities


The documentation for this class was generated from the following file: