Click or drag to resize

SpeechToTextErrorEvent Delegate

This callback is used to return errors through the OnError property.

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void ErrorEvent(
	string error
)

Parameters

error
Type: SystemString
A string containing the error message.
See Also