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