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.PersonalityInsights.v3.Profile Class Reference

The Profile object. More...

Properties

string processed_language [get, set]
 The language model that was used to process the input; for example, en. More...
 
int word_count [get, set]
 The number of words that were found in the input. More...
 
string word_count_message [get, set]
 When guidance is appropriate, a string that provides a message that indicates the number of words found and where that value falls in the range of required or suggested number of words. More...
 
TraitTreeNode[] personality [get, set]
 Detailed results for the Big Five personality characteristics (dimensions and facets) inferred from the input text. More...
 
TraitTreeNode[] values [get, set]
 Detailed results for the Needs characteristics inferred from the input text. More...
 
TraitTreeNode[] needs [get, set]
 Detailed results for the Values characteristics inferred from the input text. More...
 
BehaviorNode[] behavior [get, set]
 For JSON content that is timestamped, detailed results about the social behavior disclosed by the input in terms of temporal characteristics. The results include information about the distribution of the content over the days of the week and the hours of the day. More...
 
ConsumptionPreferencesCategoryNode[] consumption_preferences [get, set]
 If the consumption_preferences query parameter is true, detailed results for each category of consumption preferences. Each element of the array provides information inferred from the input text for the individual preferences of that category. More...
 
Warning[] warning [get, set]
 Warning messages associated with the input text submitted with the request. The array is empty if the input generated no warnings. More...
 

Detailed Description

The Profile object.

Property Documentation

BehaviorNode [] IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.behavior
getset

For JSON content that is timestamped, detailed results about the social behavior disclosed by the input in terms of temporal characteristics. The results include information about the distribution of the content over the days of the week and the hours of the day.

ConsumptionPreferencesCategoryNode [] IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.consumption_preferences
getset

If the consumption_preferences query parameter is true, detailed results for each category of consumption preferences. Each element of the array provides information inferred from the input text for the individual preferences of that category.

TraitTreeNode [] IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.needs
getset

Detailed results for the Values characteristics inferred from the input text.

TraitTreeNode [] IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.personality
getset

Detailed results for the Big Five personality characteristics (dimensions and facets) inferred from the input text.

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.processed_language
getset

The language model that was used to process the input; for example, en.

TraitTreeNode [] IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.values
getset

Detailed results for the Needs characteristics inferred from the input text.

Warning [] IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.warning
getset

Warning messages associated with the input text submitted with the request. The array is empty if the input generated no warnings.

int IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.word_count
getset

The number of words that were found in the input.

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.Profile.word_count_message
getset

When guidance is appropriate, a string that provides a message that indicates the number of words found and where that value falls in the range of required or suggested number of words.


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