Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.VisualRecognition.GetClassifierReq Class Reference
Inheritance diagram for IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.VisualRecognition.GetClassifierReq:
IBM.Watson.DeveloperCloud.Connection.RESTConnector.Request

Properties

string Data [get, set]
 Custom data. More...
 
OnGetClassifier Callback [get, set]
 OnGetClassifier callback delegate More...
 
- Properties inherited from IBM.Watson.DeveloperCloud.Connection.RESTConnector.Request
float Timeout [get, set]
 Custom timeout for this Request. This timeout is used if this timeout is larger than the value in the Config class. More...
 
bool Cancel [get, set]
 If true, then request will be cancelled. More...
 
bool Delete [get, set]
 True to send a delete method. More...
 
string Function [get, set]
 The name of the function to invoke on the server. More...
 
Dictionary< string, object > Parameters [get, set]
 The parameters to pass to the function on the server. More...
 
Dictionary< string, string > Headers [get, set]
 Additional headers to provide in the request. More...
 
byte[] Send [get, set]
 The data to send through the connection. Do not use Forms if set. More...
 
Dictionary< string, FormForms [get, set]
 Multi-part form data that needs to be sent. Do not use Send if set. More...
 
ResponseEvent OnResponse [get, set]
 The callback that is invoked when a response is received. More...
 
ProgressEvent OnDownloadProgress [get, set]
 This callback is invoked to provide progress on the WWW download. More...
 
ProgressEvent OnUploadProgress [get, set]
 This callback is invoked to provide upload progress. More...
 

Additional Inherited Members

- Public Member Functions inherited from IBM.Watson.DeveloperCloud.Connection.RESTConnector.Request
 Request ()
 Default constructor. More...
 

Property Documentation

OnGetClassifier IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.VisualRecognition.GetClassifierReq.Callback
getset

OnGetClassifier callback delegate

string IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3.VisualRecognition.GetClassifierReq.Data
getset

Custom data.


The documentation for this class was generated from the following file: