Click or drag to resize

AlchemyAPIGetTargetedSentiment Method

Namespace:  IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool GetTargetedSentiment(
	AlchemyAPISuccessCallback<TargetedSentimentData> successCallback,
	AlchemyAPIFailCallback failCallback,
	string source,
	string targets,
	bool includeSourceText = false,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1AlchemyAPISuccessCallbackTargetedSentimentData
failCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1AlchemyAPIFailCallback
source
Type: SystemString
targets
Type: SystemString
includeSourceText (Optional)
Type: SystemBoolean
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also