Class: PersonalityInsights

PersonalityInsights

watson.personality_insights({version: 'v2', ...});

Parameters:
Name Type Description
options
Source:

Methods

profile(params, callback)

Parameters:
Name Type Description
params Object The parameters to call the service The accepted parameters are: - text: The text to analyze. - contentItems: A JSON input (if 'text' not provided). - include_raw: include raw results - accept_language : The language expected for the output. - language: The language of the input.
callback The callback.
Source: