Click or drag to resize

PersonalityInsights.GetProfile 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(
	PersonalityInsights.SuccessCallback<Profile> successCallback,
	PersonalityInsights.FailCallback 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.v3.PersonalityInsights.SuccessCallback<Profile>
failCallback
Type: IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v3.PersonalityInsights.FailCallback
source
Type: System.String
contentType (Optional)
Type: System.String
contentLanguage (Optional)
Type: System.String
accept (Optional)
Type: System.String
acceptLanguage (Optional)
Type: System.String
raw_scores (Optional)
Type: System.Boolean
csv_headers (Optional)
Type: System.Boolean
consumption_preferences (Optional)
Type: System.Boolean
version (Optional)
Type: System.String
customData (Optional)
Type: System.Collections.Generic.Dictionary<String, Object>

Return Value

Type: Boolean
See Also