| Package | Description |
|---|---|
| de.irisnet.java | |
| de.irisnet.java.client |
| 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> void |
ApiClient.executeAsync(okhttp3.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Constructor and Description |
|---|
ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback) |
ProgressResponseBody(okhttp3.ResponseBody responseBody,
ApiCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
Copyright © 2010–2021 anotheria.net. All rights reserved.