- getClassifierIds() - Method in class org.mule.modules.watsonvisualrecognition.model.ClassifyImageRequest
-
An array of classifier IDs to classify the images against.
- getClassifierNameOrId() - Method in class org.mule.modules.watsonvisualrecognition.model.ClassifierRequest
-
The name of the classifier that you want to create or the ID of the classifier that you want to update.
- getConfig() - Method in class org.mule.modules.watsonvisualrecognition.WatsonVisualRecognitionConnector
-
- getImage() - Method in class org.mule.modules.watsonvisualrecognition.model.ClassifyImageRequest
-
The image input stream (.jpg, or .png) or compressed (.zip) file of images to classify.
- getImage() - Method in class org.mule.modules.watsonvisualrecognition.model.ImageRequest
-
The image input stream (.jpg, or .png) or compressed (.zip) file of images to classify.
- getImageAsFile() - Method in class org.mule.modules.watsonvisualrecognition.model.ClassifyImageRequest
-
The image file (.jpg, or .png) or compressed (.zip) file of images to classify.
- getImageAsFile() - Method in class org.mule.modules.watsonvisualrecognition.model.ImageRequest
-
The image file (.jpg, or .png) or compressed (.zip) file of images to classify.
- getNegativeExamples() - Method in class org.mule.modules.watsonvisualrecognition.model.ClassifierRequest
-
A compressed (.zip) file of images that do not depict the visual subject of any of the classes of the new
classifier.
- getPositiveExamples() - Method in class org.mule.modules.watsonvisualrecognition.model.ClassifierRequest
-
A compressed (.zip) file of images that depict the visual subject for a class within the new classifier.
- getService() - Method in class org.mule.modules.watsonvisualrecognition.config.Config
-
- getThreshold() - Method in class org.mule.modules.watsonvisualrecognition.model.ClassifyImageRequest
-
A floating point value that specifies the minimum score a class must have to be displayed in the response.
- getUrl() - Method in class org.mule.modules.watsonvisualrecognition.model.ClassifyImageRequest
-
The URL of an image (.jpg, or .png).
- getUrl() - Method in class org.mule.modules.watsonvisualrecognition.model.ImageRequest
-
The URL of an image (.jpg, or .png).