Click or drag to resize

AlchemyAPIGetRankedConcepts 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 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
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1AlchemyAPISuccessCallbackConceptsData
failCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1AlchemyAPIFailCallback
source
Type: SystemString
maxRetrieve (Optional)
Type: SystemInt32
includeKnowledgeGraph (Optional)
Type: SystemBoolean
includeLinkedData (Optional)
Type: SystemBoolean
includeSourceText (Optional)
Type: SystemBoolean
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also