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.TraitTreeNode Class Reference

The Trait Tree Node object. More...

Properties

string trait_id [get, set]
 The unique identifier of the characteristic to which the results pertain. IDs have the form big5_ for Big Five personality characteristics, need_ for Needs, or value_ for Values. More...
 
string name [get, set]
 The user-visible name of the characteristic. More...
 
string category [get, set]
 The category of the characteristic: personality for Big Five personality characteristics, needs for Needs, or values for Values. More...
 
double percentile [get, set]
 The normalized percentile score for the characteristic. The range is 0 to 1. For example, if the percentage for Openness is 0.60, the author scored in the 60th percentile; the author is more open than 59 percent of the population and less open than 39 percent of the population. More...
 
double raw_score [get, set]
 The raw score for the characteristic. A positive or negative score indicates more or less of the characteristic; zero indicates neutrality or no evidence for a score. The raw score is computed based on the input and the service model; it is not normalized or compared with a sample population. The raw score enables comparison of the results against a different sampling population and with a custom normalization approach. More...
 
TraitTreeNode[] children [get, set]
 For personality (Big Five) dimensions, more detailed results for the facets of each dimension as inferred from the input text. More...
 

Detailed Description

The Trait Tree Node object.

Property Documentation

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.TraitTreeNode.category
getset

The category of the characteristic: personality for Big Five personality characteristics, needs for Needs, or values for Values.

TraitTreeNode [] IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.TraitTreeNode.children
getset

For personality (Big Five) dimensions, more detailed results for the facets of each dimension as inferred from the input text.

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.TraitTreeNode.name
getset

The user-visible name of the characteristic.

double IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.TraitTreeNode.percentile
getset

The normalized percentile score for the characteristic. The range is 0 to 1. For example, if the percentage for Openness is 0.60, the author scored in the 60th percentile; the author is more open than 59 percent of the population and less open than 39 percent of the population.

double IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.TraitTreeNode.raw_score
getset

The raw score for the characteristic. A positive or negative score indicates more or less of the characteristic; zero indicates neutrality or no evidence for a score. The raw score is computed based on the input and the service model; it is not normalized or compared with a sample population. The raw score enables comparison of the results against a different sampling population and with a custom normalization approach.

string IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.TraitTreeNode.trait_id
getset

The unique identifier of the characteristic to which the results pertain. IDs have the form big5_ for Big Five personality characteristics, need_ for Needs, or value_ for Values.


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