VisualRecognitionLoadFileDelegate Delegate |
The delegate for loading a file, used by TrainClassifier().
Namespace:
IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
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