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 public delegate byte[] LoadFileDelegate(
string filename
)
Parameters
- filename
- Type: SystemString
The filename to load.
Return Value
Type:
ByteShould return a byte array of the file contents or null of failure.
See Also