| Package | Description |
|---|---|
| de.irisnet.java | |
| de.irisnet.java.client |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
ApiResponse<File> |
MiscellaneousOperationsApi.downloadProcessedWithHttpInfo(String filename)
Get the resulting media file.
|
ApiResponse<Long> |
MiscellaneousOperationsApi.getAICostWithHttpInfo()
Get the cost per image check of the previously set parameters.
|
ApiResponse<LicenseInfo> |
MiscellaneousOperationsApi.getLicenseInfoWithHttpInfo(String licenseKey)
Get information from given license key.
|
ApiResponse<Void> |
EndpointsToSetupTheAiApi.setINDefineWithHttpInfo(INDefineAI inDefineAI)
Set definitions via pre-defined prototypes.
|
ApiResponse<Void> |
EndpointsToSetupTheAiApi.setINParamsWithHttpInfo(INParams inParams)
Set the behaviour parameters for one object class.
|
Copyright © 2010–2021 anotheria.net. All rights reserved.