classifyImage
Upload URLs to identify classes by default.
/classifyImage
Usage and SDK Samples
curl -X POST -H "apieco-key: [[apiKey]]" "https://api.apieco.ir/ibmwatsonV/classifyImage?version=&imageUrl=&owners=&classifierIds="
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ClassifyImageApi;
import java.io.File;
import java.util.*;
public class ClassifyImageApiExample {
public static void main(String[] args) {
ApiClient defaultClient = Configuration.getDefaultApiClient();
// Configure API key authorization: apieco-key
ApiKeyAuth apieco-key = (ApiKeyAuth) defaultClient.getAuthentication("apieco-key");
apieco-key.setApiKey("YOUR API KEY");
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//apieco-key.setApiKeyPrefix("Token");
ClassifyImageApi apiInstance = new ClassifyImageApi();
String apiecoKey = apiecoKey_example; // String | Pet object that needs to be added to the store
String version = version_example; // String | The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
String imageUrl = imageUrl_example; // String | The URL of an image (.jpg, or .png).
array[String] owners = ; // array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run
array[String] classifierIds = ; // array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run.
try {
inline_response_200 result = apiInstance.classifyImage(apiecoKey, version, imageUrl, owners, classifierIds);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ClassifyImageApi#classifyImage");
e.printStackTrace();
}
}
}
import io.swagger.client.api.ClassifyImageApi;
public class ClassifyImageApiExample {
public static void main(String[] args) {
ClassifyImageApi apiInstance = new ClassifyImageApi();
String apiecoKey = apiecoKey_example; // String | Pet object that needs to be added to the store
String version = version_example; // String | The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
String imageUrl = imageUrl_example; // String | The URL of an image (.jpg, or .png).
array[String] owners = ; // array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run
array[String] classifierIds = ; // array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run.
try {
inline_response_200 result = apiInstance.classifyImage(apiecoKey, version, imageUrl, owners, classifierIds);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ClassifyImageApi#classifyImage");
e.printStackTrace();
}
}
}
Configuration *apiConfig = [Configuration sharedConfig];
// Configure API key authorization: (authentication scheme: apieco-key)
[apiConfig setApiKey:@"YOUR_API_KEY" forApiKeyIdentifier:@"apieco-key"];
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
//[apiConfig setApiKeyPrefix:@"Bearer" forApiKeyIdentifier:@"apieco-key"];
String *apiecoKey = apiecoKey_example; // Pet object that needs to be added to the store
String *version = version_example; // The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
String *imageUrl = imageUrl_example; // The URL of an image (.jpg, or .png).
array[String] *owners = ; // An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run (optional)
array[String] *classifierIds = ; // An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run. (optional)
ClassifyImageApi *apiInstance = [[ClassifyImageApi alloc] init];
//
[apiInstance classifyImageWith:apiecoKey
version:version
imageUrl:imageUrl
owners:owners
classifierIds:classifierIds
completionHandler: ^(inline_response_200 output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var IbmWatsonVisualRecognitionApiDocumentation = require('ibm_watson_visual_recognition_api_documentation');
var defaultClient = IbmWatsonVisualRecognitionApiDocumentation.ApiClient.instance;
// Configure API key authorization: apieco-key
var apieco-key = defaultClient.authentications['apieco-key'];
apieco-key.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//apieco-key.apiKeyPrefix['apieco-key'] = "Token"
var api = new IbmWatsonVisualRecognitionApiDocumentation.ClassifyImageApi()
var apiecoKey = apiecoKey_example; // {String} Pet object that needs to be added to the store
var version = version_example; // {String} The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
var imageUrl = imageUrl_example; // {String} The URL of an image (.jpg, or .png).
var opts = {
'owners': , // {array[String]} An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run
'classifierIds': // {array[String]} An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run.
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.classifyImage(apiecoKey, version, imageUrl, opts, callback);
using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
public class classifyImageExample
{
public void main()
{
// Configure API key authorization: apieco-key
Configuration.Default.ApiKey.Add("apieco-key", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Configuration.Default.ApiKeyPrefix.Add("apieco-key", "Bearer");
var apiInstance = new ClassifyImageApi();
var apiecoKey = apiecoKey_example; // String | Pet object that needs to be added to the store
var version = version_example; // String | The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
var imageUrl = imageUrl_example; // String | The URL of an image (.jpg, or .png).
var owners = new array[String](); // array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run (optional)
var classifierIds = new array[String](); // array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run. (optional)
try
{
//
inline_response_200 result = apiInstance.classifyImage(apiecoKey, version, imageUrl, owners, classifierIds);
Debug.WriteLine(result);
}
catch (Exception e)
{
Debug.Print("Exception when calling ClassifyImageApi.classifyImage: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Configure API key authorization: apieco-key
Swagger\Client\Configuration::getDefaultConfiguration()->setApiKey('apieco-key', 'YOUR_API_KEY');
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
// Swagger\Client\Configuration::getDefaultConfiguration()->setApiKeyPrefix('apieco-key', 'Bearer');
$api_instance = new Swagger\Client\Api\ClassifyImageApi();
$apiecoKey = apiecoKey_example; // String | Pet object that needs to be added to the store
$version = version_example; // String | The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
$imageUrl = imageUrl_example; // String | The URL of an image (.jpg, or .png).
$owners = ; // array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run
$classifierIds = ; // array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run.
try {
$result = $api_instance->classifyImage($apiecoKey, $version, $imageUrl, $owners, $classifierIds);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ClassifyImageApi->classifyImage: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::ClassifyImageApi;
# Configure API key authorization: apieco-key
$WWW::SwaggerClient::Configuration::api_key->{'apieco-key'} = 'YOUR_API_KEY';
# uncomment below to setup prefix (e.g. Bearer) for API key, if needed
#$WWW::SwaggerClient::Configuration::api_key_prefix->{'apieco-key'} = "Bearer";
my $api_instance = WWW::SwaggerClient::ClassifyImageApi->new();
my $apiecoKey = apiecoKey_example; # String | Pet object that needs to be added to the store
my $version = version_example; # String | The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
my $imageUrl = imageUrl_example; # String | The URL of an image (.jpg, or .png).
my $owners = []; # array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run
my $classifierIds = []; # array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run.
eval {
my $result = $api_instance->classifyImage(apiecoKey => $apiecoKey, version => $version, imageUrl => $imageUrl, owners => $owners, classifierIds => $classifierIds);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ClassifyImageApi->classifyImage: $@\n";
}
from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# Configure API key authorization: apieco-key
swagger_client.configuration.api_key['apieco-key'] = 'YOUR_API_KEY'
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# swagger_client.configuration.api_key_prefix['apieco-key'] = 'Bearer'
# create an instance of the API class
api_instance = swagger_client.ClassifyImageApi()
apiecoKey = apiecoKey_example # String | Pet object that needs to be added to the store
version = version_example # String | The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
imageUrl = imageUrl_example # String | The URL of an image (.jpg, or .png).
owners = # array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run (optional)
classifierIds = # array[String] | An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run. (optional)
try:
#
api_response = api_instance.classify_image(apiecoKey, version, imageUrl, owners=owners, classifierIds=classifierIds)
pprint(api_response)
except ApiException as e:
print("Exception when calling ClassifyImageApi->classifyImage: %s\n" % e)
Parameters
Header parameters
Name | Description |
---|---|
apieco-key* |
String
Pet object that needs to be added to the store
Required
|
Query parameters
Name | Description |
---|---|
version* |
String
The release date of the version of the API you want to use. Specify dates in YYYY-MM-DD format. The current version is 2016-05-20.
Required
|
imageUrl* |
String
The URL of an image (.jpg, or .png).
Required
|
owners |
array[String]
An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run
|
classifierIds |
array[String]
An array with the value(s) 'IBM' and/or 'me' to specify which classifiers to run.
|