Click or drag to resize

VisualRecognitionSuccessCallbackT Delegate

Success callback delegate.

Namespace:  IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void SuccessCallback<T>(
	T response,
	Dictionary<string, Object> customData
)

Parameters

response
Type: T
The returned object.
customData
Type: System.Collections.GenericDictionaryString, Object
user defined custom data including raw json.

Type Parameters

T
Type of the returned object.
See Also