public class MiscellaneousOperationsApi extends Object
| Constructor and Description |
|---|
MiscellaneousOperationsApi() |
MiscellaneousOperationsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
File |
downloadProcessed(String filename)
Get the resulting media file.
|
okhttp3.Call |
downloadProcessedAsync(String filename,
ApiCallback<File> _callback)
Get the resulting media file.
|
okhttp3.Call |
downloadProcessedCall(String filename,
ApiCallback _callback)
Build call for downloadProcessed
|
ApiResponse<File> |
downloadProcessedWithHttpInfo(String filename)
Get the resulting media file.
|
Long |
getAICost()
Get the cost per image check of the previously set parameters.
|
okhttp3.Call |
getAICostAsync(ApiCallback<Long> _callback)
Get the cost per image check of the previously set parameters.
|
okhttp3.Call |
getAICostCall(ApiCallback _callback)
Build call for getAICost
|
ApiResponse<Long> |
getAICostWithHttpInfo()
Get the cost per image check of the previously set parameters.
|
ApiClient |
getApiClient() |
LicenseInfo |
getLicenseInfo(String licenseKey)
Get information from given license key.
|
okhttp3.Call |
getLicenseInfoAsync(String licenseKey,
ApiCallback<LicenseInfo> _callback)
Get information from given license key.
|
okhttp3.Call |
getLicenseInfoCall(String licenseKey,
ApiCallback _callback)
Build call for getLicenseInfo
|
ApiResponse<LicenseInfo> |
getLicenseInfoWithHttpInfo(String licenseKey)
Get information from given license key.
|
void |
setApiClient(ApiClient apiClient) |
public MiscellaneousOperationsApi()
public MiscellaneousOperationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call downloadProcessedCall(String filename, ApiCallback _callback) throws ApiException
filename - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | Returns the file AI produced file with masking or blurring, depending on given AI parameters. | - |
| 404 | Specified file was not found. | - |
public File downloadProcessed(String filename) throws ApiException
filename - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Returns the file AI produced file with masking or blurring, depending on given AI parameters. | - |
| 404 | Specified file was not found. | - |
public ApiResponse<File> downloadProcessedWithHttpInfo(String filename) throws ApiException
filename - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | Returns the file AI produced file with masking or blurring, depending on given AI parameters. | - |
| 404 | Specified file was not found. | - |
public okhttp3.Call downloadProcessedAsync(String filename, ApiCallback<File> _callback) throws ApiException
filename - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | Returns the file AI produced file with masking or blurring, depending on given AI parameters. | - |
| 404 | Specified file was not found. | - |
public okhttp3.Call getAICostCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 429 | The ai could not handle the request because it is either overloaded or currently down for maintenance. This is a temporary state. A 'Retry-After' Header is included in the response to signal the client to retry after a certain amount of seconds. | - |
| 200 | Contains the cost of the AI check with the current set of parameters. | - |
public Long getAICost() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 429 | The ai could not handle the request because it is either overloaded or currently down for maintenance. This is a temporary state. A 'Retry-After' Header is included in the response to signal the client to retry after a certain amount of seconds. | - |
| 200 | Contains the cost of the AI check with the current set of parameters. | - |
public ApiResponse<Long> getAICostWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 429 | The ai could not handle the request because it is either overloaded or currently down for maintenance. This is a temporary state. A 'Retry-After' Header is included in the response to signal the client to retry after a certain amount of seconds. | - |
| 200 | Contains the cost of the AI check with the current set of parameters. | - |
public okhttp3.Call getAICostAsync(ApiCallback<Long> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 429 | The ai could not handle the request because it is either overloaded or currently down for maintenance. This is a temporary state. A 'Retry-After' Header is included in the response to signal the client to retry after a certain amount of seconds. | - |
| 200 | Contains the cost of the AI check with the current set of parameters. | - |
public okhttp3.Call getLicenseInfoCall(String licenseKey, ApiCallback _callback) throws ApiException
licenseKey - License obtained from the https://irisnet.de/subscribe shop. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | successful operation | - |
| 404 | The entered license key was not found. | - |
public LicenseInfo getLicenseInfo(String licenseKey) throws ApiException
licenseKey - License obtained from the https://irisnet.de/subscribe shop. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | successful operation | - |
| 404 | The entered license key was not found. | - |
public ApiResponse<LicenseInfo> getLicenseInfoWithHttpInfo(String licenseKey) throws ApiException
licenseKey - License obtained from the https://irisnet.de/subscribe shop. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | successful operation | - |
| 404 | The entered license key was not found. | - |
public okhttp3.Call getLicenseInfoAsync(String licenseKey, ApiCallback<LicenseInfo> _callback) throws ApiException
licenseKey - License obtained from the https://irisnet.de/subscribe shop. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | successful operation | - |
| 404 | The entered license key was not found. | - |
Copyright © 2010–2021 anotheria.net. All rights reserved.