AlchemyAPIExtractKeywords Method |
Namespace: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1
public bool ExtractKeywords( AlchemyAPISuccessCallback<KeywordData> successCallback, AlchemyAPIFailCallback failCallback, string source, int maxRetrieve = 50, bool includeKnowledgeGraph = false, bool analyzeSentiment = false, bool includeSourceText = false, Dictionary<string, Object> customData = null )