Click or drag to resize

SpeechToTextLoadFileDelegate Delegate

The delegate for loading a file.

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 byte[] LoadFileDelegate(
	string filename
)

Parameters

filename
Type: SystemString
The filename to load.

Return Value

Type: Byte
Should return a byte array of the file contents or null of failure.
See Also