NaturalLanguageClassifierSuccessCallbackT Delegate |
Success callback delegate.
Namespace:
IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax 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