Click or drag to resize

SpeechToTextLoadFileDelegate Delegate

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate byte[] LoadFileDelegate(
	string filename
)

Parameters

filename
Type: SystemString

Return Value

Type: Byte
See Also