Click or drag to resize

TextToSpeechFailCallback Delegate

Fail callback delegate.

Namespace:  IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void FailCallback(
	RESTConnectorError error,
	Dictionary<string, Object> customData
)

Parameters

error
Type: IBM.Watson.DeveloperCloud.ConnectionRESTConnectorError
The error object.
customData
Type: System.Collections.GenericDictionaryString, Object
User defined custom data
See Also