Click or drag to resize

AlchemyAPIOnGetTargetedSentiment Delegate

Namespace:  IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void OnGetTargetedSentiment(
	TargetedSentimentData targetedSentimentData,
	string data
)

Parameters

targetedSentimentData
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1TargetedSentimentData
data
Type: SystemString
See Also