| Package | Description |
|---|---|
| de.irisnet.java | |
| de.irisnet.java.client |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,String> cookieParams,
Map<String,Object> formParams,
String[] authNames,
ApiCallback callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
IrisNet |
EndpointsForAiChecksApi.checkImage(String licenseKey,
File file,
Integer detail,
Boolean imageEncode)
Upload and check image against previously chosen configuration.
|
okhttp3.Call |
EndpointsForAiChecksApi.checkImageAsync(String licenseKey,
File file,
Integer detail,
Boolean imageEncode,
ApiCallback<IrisNet> _callback)
Upload and check image against previously chosen configuration.
|
okhttp3.Call |
EndpointsForAiChecksApi.checkImageCall(String licenseKey,
File file,
Integer detail,
Boolean imageEncode,
ApiCallback _callback)
Build call for checkImage
|
IrisNet |
EndpointsForAiChecksApi.checkImageUrl(String url,
String licenseKey,
Integer detail,
Boolean imageEncode)
Check image url against previously chosen configuration.
|
okhttp3.Call |
EndpointsForAiChecksApi.checkImageUrlAsync(String url,
String licenseKey,
Integer detail,
Boolean imageEncode,
ApiCallback<IrisNet> _callback)
Check image url against previously chosen configuration.
|
okhttp3.Call |
EndpointsForAiChecksApi.checkImageUrlCall(String url,
String licenseKey,
Integer detail,
Boolean imageEncode,
ApiCallback _callback)
Build call for checkImageUrl
|
ApiResponse<IrisNet> |
EndpointsForAiChecksApi.checkImageUrlWithHttpInfo(String url,
String licenseKey,
Integer detail,
Boolean imageEncode)
Check image url against previously chosen configuration.
|
ApiResponse<IrisNet> |
EndpointsForAiChecksApi.checkImageWithHttpInfo(String licenseKey,
File file,
Integer detail,
Boolean imageEncode)
Upload and check image against previously chosen configuration.
|
File |
MiscellaneousOperationsApi.downloadProcessed(String filename)
Get the resulting media file.
|
okhttp3.Call |
MiscellaneousOperationsApi.downloadProcessedAsync(String filename,
ApiCallback<File> _callback)
Get the resulting media file.
|
okhttp3.Call |
MiscellaneousOperationsApi.downloadProcessedCall(String filename,
ApiCallback _callback)
Build call for downloadProcessed
|
ApiResponse<File> |
MiscellaneousOperationsApi.downloadProcessedWithHttpInfo(String filename)
Get the resulting media file.
|
Long |
MiscellaneousOperationsApi.getAICost()
Get the cost per image check of the previously set parameters.
|
okhttp3.Call |
MiscellaneousOperationsApi.getAICostAsync(ApiCallback<Long> _callback)
Get the cost per image check of the previously set parameters.
|
okhttp3.Call |
MiscellaneousOperationsApi.getAICostCall(ApiCallback _callback)
Build call for getAICost
|
ApiResponse<Long> |
MiscellaneousOperationsApi.getAICostWithHttpInfo()
Get the cost per image check of the previously set parameters.
|
LicenseInfo |
MiscellaneousOperationsApi.getLicenseInfo(String licenseKey)
Get information from given license key.
|
okhttp3.Call |
MiscellaneousOperationsApi.getLicenseInfoAsync(String licenseKey,
ApiCallback<LicenseInfo> _callback)
Get information from given license key.
|
okhttp3.Call |
MiscellaneousOperationsApi.getLicenseInfoCall(String licenseKey,
ApiCallback _callback)
Build call for getLicenseInfo
|
ApiResponse<LicenseInfo> |
MiscellaneousOperationsApi.getLicenseInfoWithHttpInfo(String licenseKey)
Get information from given license key.
|
void |
EndpointsToSetupTheAiApi.setINDefine(INDefineAI inDefineAI)
Set definitions via pre-defined prototypes.
|
okhttp3.Call |
EndpointsToSetupTheAiApi.setINDefineAsync(INDefineAI inDefineAI,
ApiCallback<Void> _callback)
Set definitions via pre-defined prototypes.
|
okhttp3.Call |
EndpointsToSetupTheAiApi.setINDefineCall(INDefineAI inDefineAI,
ApiCallback _callback)
Build call for setINDefine
|
ApiResponse<Void> |
EndpointsToSetupTheAiApi.setINDefineWithHttpInfo(INDefineAI inDefineAI)
Set definitions via pre-defined prototypes.
|
void |
EndpointsToSetupTheAiApi.setINParams(INParams inParams)
Set the behaviour parameters for one object class.
|
okhttp3.Call |
EndpointsToSetupTheAiApi.setINParamsAsync(INParams inParams,
ApiCallback<Void> _callback)
Set the behaviour parameters for one object class.
|
okhttp3.Call |
EndpointsToSetupTheAiApi.setINParamsCall(INParams inParams,
ApiCallback _callback)
Build call for setINParams
|
ApiResponse<Void> |
EndpointsToSetupTheAiApi.setINParamsWithHttpInfo(INParams inParams)
Set the behaviour parameters for one object class.
|
Copyright © 2010–2021 anotheria.net. All rights reserved.