Click or drag to resize

AlchemyAPI.GetText 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 GetText(
	AlchemyAPI.SuccessCallback<TextData> successCallback,
	AlchemyAPI.FailCallback failCallback,
	string source,
	bool extractLinks = false,
	bool useMetadata = true,
	Dictionary<string, Object> customData = null
)

Parameters

successCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.AlchemyAPI.SuccessCallback<TextData>
failCallback
Type: IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1.AlchemyAPI.FailCallback
source
Type: System.String
extractLinks (Optional)
Type: System.Boolean
useMetadata (Optional)
Type: System.Boolean
customData (Optional)
Type: System.Collections.Generic.Dictionary<String, Object>

Return Value

Type: Boolean
See Also