AlchemyAPIGetRankedConcepts Method |
Namespace: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1
public bool GetRankedConcepts( AlchemyAPISuccessCallback<ConceptsData> successCallback, AlchemyAPIFailCallback failCallback, string source, int maxRetrieve = 8, bool includeKnowledgeGraph = false, bool includeLinkedData = true, bool includeSourceText = false, Dictionary<string, Object> customData = null )