Click or drag to resize

Profile Class

The Profile object.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3Profile

Namespace:  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Profile

The Profile type exposes the following members.

Constructors
  NameDescription
Public methodProfile
Initializes a new instance of the Profile class
Top
Properties
  NameDescription
Public propertybehavior
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.
Public propertyconsumption_preferences
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.
Public propertyneeds
Detailed results for the Values characteristics inferred from the input text.
Public propertypersonality
Detailed results for the Big Five personality characteristics (dimensions and facets) inferred from the input text.
Public propertyprocessed_language
The language model that was used to process the input; for example, en.
Public propertyvalues
Detailed results for the Needs characteristics inferred from the input text.
Public propertywarning
Warning messages associated with the input text submitted with the request. The array is empty if the input generated no warnings.
Public propertyword_count
The number of words that were found in the input.
Public propertyword_count_message
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.
Top
See Also