Inheritance Hierarchy SystemObject IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3VisualRecognition
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 class VisualRecognition : IWatsonService
The VisualRecognition type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Credentials |
Gets and sets the credentials of the service. Replace the default endpoint if endpoint is defined.
|
| LoadFile |
Set this property to overload the internal file loading of this class.
|
| Url |
Gets and sets the endpoint URL for the service.
|
| VersionDate |
Gets and sets the versionDate of the service.
|
TopMethods
| Name | Description |
---|
| Classify(String, VisualRecognitionSuccessCallbackClassifiedImages, VisualRecognitionFailCallback, String, String, Single, String, DictionaryString, Object) |
Classifies image specified by URL.
|
| Classify(VisualRecognitionSuccessCallbackClassifiedImages, VisualRecognitionFailCallback, String, String, String, Single, String, DictionaryString, Object) |
Classifies an image from the file system.
|
| Classify(VisualRecognitionSuccessCallbackClassifiedImages, VisualRecognitionFailCallback, Byte, String, String, String, Single, String, DictionaryString, Object) |
Classifies an image using byte data.
|
| DeleteClassifier |
Deletes the classifier by classifierID.
|
| DetectFaces(String, VisualRecognitionSuccessCallbackDetectedFaces, VisualRecognitionFailCallback, DictionaryString, Object) |
Detects faces in a given image URL.
|
| DetectFaces(VisualRecognitionSuccessCallbackDetectedFaces, VisualRecognitionFailCallback, Byte, DictionaryString, Object) |
Detect faces in an image's byteData.
|
| DetectFaces(VisualRecognitionSuccessCallbackDetectedFaces, VisualRecognitionFailCallback, String, DictionaryString, Object) |
Detects faces in a jpg, gif, png or zip file.
|
| DownloadCoreMLModel | |
| GetClassifier |
Gets a classifier by classifierId.
|
| GetClassifiersBrief |
Gets a list of all classifiers.
|
| GetClassifiersVerbose |
Gets a list of all classifiers.
|
| GetCoreMLModel | |
| TrainClassifier(VisualRecognitionSuccessCallbackClassifierVerbose, VisualRecognitionFailCallback, String, DictionaryString, Byte, Byte, String, DictionaryString, Object) |
Trains a classifier
|
| TrainClassifier(VisualRecognitionSuccessCallbackClassifierVerbose, VisualRecognitionFailCallback, String, DictionaryString, String, String, String, DictionaryString, Object) |
Trains a classifier. Training requires a total of at least two zip files: Two positive example zips with
at least 10 positive examples each or one zip file of 10 positive examples and a zip file of 10 negative examples.
The total size of all files must be below 256mb. Additional training can be done by using UpdateClassifier.
|
| UpdateClassifier(VisualRecognitionSuccessCallbackClassifierVerbose, VisualRecognitionFailCallback, String, String, DictionaryString, Byte, Byte, String, DictionaryString, Object) |
Updates a classifier using byte data.
|
| UpdateClassifier(VisualRecognitionSuccessCallbackClassifierVerbose, VisualRecognitionFailCallback, String, String, DictionaryString, String, String, String, DictionaryString, Object) |
Updates a trained classifier. The total size of all files must be below 256mb.
|
TopSee Also