Click or drag to resize

AlchemyAPIGetRelations 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 GetRelations(
	AlchemyAPISuccessCallback<RelationsData> successCallback,
	AlchemyAPIFailCallback failCallback,
	string source,
	int maxRetrieve = 50,
	bool includeKeywords = false,
	bool includeEntities = false,
	bool requireEntities = false,
	bool resolveCoreferences = true,
	bool disambiguateEntities = true,
	bool includeKnowledgeGraph = false,
	bool includeLinkedData = true,
	bool analyzeSentiment = false,
	bool excludeEntitiesInSentiment = false,
	bool includeSourceText = false,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1AlchemyAPISuccessCallbackRelationsData
failCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1AlchemyAPIFailCallback
source
Type: SystemString
maxRetrieve (Optional)
Type: SystemInt32
includeKeywords (Optional)
Type: SystemBoolean
includeEntities (Optional)
Type: SystemBoolean
requireEntities (Optional)
Type: SystemBoolean
resolveCoreferences (Optional)
Type: SystemBoolean
disambiguateEntities (Optional)
Type: SystemBoolean
includeKnowledgeGraph (Optional)
Type: SystemBoolean
includeLinkedData (Optional)
Type: SystemBoolean
analyzeSentiment (Optional)
Type: SystemBoolean
excludeEntitiesInSentiment (Optional)
Type: SystemBoolean
includeSourceText (Optional)
Type: SystemBoolean
customData (Optional)
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also