Click or drag to resize

PersonalityInsightsGetProfile Method

Namespace:  IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool GetProfile(
	PersonalityInsightsSuccessCallback<Profile> successCallback,
	PersonalityInsightsFailCallback failCallback,
	string source,
	string contentType = "text/plain",
	string contentLanguage = "en",
	string accept = "application/json",
	string acceptLanguage = "en",
	bool raw_scores = false,
	bool csv_headers = false,
	bool consumption_preferences = false,
	string version = "2016-10-20",
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3PersonalityInsightsSuccessCallbackProfile
failCallback
Type: IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3PersonalityInsightsFailCallback
source
Type: SystemString
contentType (Optional)
Type: SystemString
contentLanguage (Optional)
Type: SystemString
accept (Optional)
Type: SystemString
acceptLanguage (Optional)
Type: SystemString
raw_scores (Optional)
Type: SystemBoolean
csv_headers (Optional)
Type: SystemBoolean
consumption_preferences (Optional)
Type: SystemBoolean
version (Optional)
Type: SystemString
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also