Package | Description |
---|---|
com.ibm.watson.developer_cloud.personality_insights.v3.model |
Modifier and Type | Method and Description |
---|---|
List<Trait> |
Trait.getChildren()
Gets the more detailed results for the facets of each dimension as inferred from the input text.
|
List<Trait> |
Profile.getNeeds()
Gets the detailed results for the Needs characteristics inferred from the input text.
|
List<Trait> |
Profile.getPersonality()
Gets the detailed results for the Big Five personality characteristics (dimensions and facets) inferred from the
input text.
|
List<Trait> |
Profile.getValues()
Gets the detailed results for the Values characteristics inferred from the input text.
|
Modifier and Type | Method and Description |
---|---|
void |
Trait.setChildren(List<Trait> children)
Sets the more detailed results for the facets of each dimension as inferred from the input text.
|
void |
Profile.setNeeds(List<Trait> needs)
Sets the detailed results for the Needs characteristics inferred from the input text.
|
void |
Profile.setPersonality(List<Trait> personality)
Sets the detailed results for the Big Five personality characteristics (dimensions and facets) inferred from the
input text.
|
void |
Profile.setValues(List<Trait> values)
Sets the detailed results for the Values characteristics inferred from the input text.
|
Copyright © 2015–2016 IBM Watson. All rights reserved.