Click or drag to resize

AlchemyAPI.ExtractKeywords 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 ExtractKeywords(
	AlchemyAPI.SuccessCallback<KeywordData> successCallback,
	AlchemyAPI.FailCallback failCallback,
	string source,
	int maxRetrieve = 50,
	bool includeKnowledgeGraph = false,
	bool analyzeSentiment = false,
	bool includeSourceText = false,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.AlchemyAPI.SuccessCallback<KeywordData>
failCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.AlchemyAPI.FailCallback
source
Type: System.String
maxRetrieve (Optional)
Type: System.Int32
includeKnowledgeGraph (Optional)
Type: System.Boolean
analyzeSentiment (Optional)
Type: System.Boolean
includeSourceText (Optional)
Type: System.Boolean
customData (Optional)
Type: System.Collections.Generic.Dictionary<String, Object>

Return Value

Type: Boolean
See Also