TraitTreeNode Properties |
The TraitTreeNode type exposes the following members.
Name | Description | |
---|---|---|
category |
The category of the characteristic: personality for Big Five `personality`
characteristics, `needs` for Needs, or `values` for Values.
| |
children |
For `personality` (Big Five) dimensions, more detailed results for the facets of
each dimension as inferred from the input text.
| |
name |
The user-visible name of the characteristic.
| |
percentile |
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.
| |
raw_score |
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.
| |
trait_id |
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.
|