public class EndpointsForAiChecksApi extends Object
| Constructor and Description |
|---|
EndpointsForAiChecksApi() |
EndpointsForAiChecksApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
IrisNet |
checkImage(String licenseKey,
File file,
Integer detail,
Boolean imageEncode)
Upload and check image against previously chosen configuration.
|
okhttp3.Call |
checkImageAsync(String licenseKey,
File file,
Integer detail,
Boolean imageEncode,
ApiCallback<IrisNet> _callback)
Upload and check image against previously chosen configuration.
|
okhttp3.Call |
checkImageCall(String licenseKey,
File file,
Integer detail,
Boolean imageEncode,
ApiCallback _callback)
Build call for checkImage
|
IrisNet |
checkImageUrl(String url,
String licenseKey,
Integer detail,
Boolean imageEncode)
Check image url against previously chosen configuration.
|
okhttp3.Call |
checkImageUrlAsync(String url,
String licenseKey,
Integer detail,
Boolean imageEncode,
ApiCallback<IrisNet> _callback)
Check image url against previously chosen configuration.
|
okhttp3.Call |
checkImageUrlCall(String url,
String licenseKey,
Integer detail,
Boolean imageEncode,
ApiCallback _callback)
Build call for checkImageUrl
|
ApiResponse<IrisNet> |
checkImageUrlWithHttpInfo(String url,
String licenseKey,
Integer detail,
Boolean imageEncode)
Check image url against previously chosen configuration.
|
ApiResponse<IrisNet> |
checkImageWithHttpInfo(String licenseKey,
File file,
Integer detail,
Boolean imageEncode)
Upload and check image against previously chosen configuration.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public EndpointsForAiChecksApi()
public EndpointsForAiChecksApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call checkImageCall(String licenseKey, File file, Integer detail, Boolean imageEncode, ApiCallback _callback) throws ApiException
licenseKey - License obtained from irisnet.de shop. (required)file - (required)detail - Sets the response details. * _1_ - The response body informs you if the image is ok or not ok (better API performance) * _2_ - In addition the response body lists all broken rules. * _3_ - In addition to the first two options, this will show all objects with positional information. (optional, default to 1)imageEncode - Specifies whether or not to draw an output image that can be downloaded afterwards. (optional, default to false)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | successful operation | - |
| 402 | Not enough credits | - |
public IrisNet checkImage(String licenseKey, File file, Integer detail, Boolean imageEncode) throws ApiException
licenseKey - License obtained from irisnet.de shop. (required)file - (required)detail - Sets the response details. * _1_ - The response body informs you if the image is ok or not ok (better API performance) * _2_ - In addition the response body lists all broken rules. * _3_ - In addition to the first two options, this will show all objects with positional information. (optional, default to 1)imageEncode - Specifies whether or not to draw an output image that can be downloaded afterwards. (optional, default to false)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 | - |
| 402 | Not enough credits | - |
public ApiResponse<IrisNet> checkImageWithHttpInfo(String licenseKey, File file, Integer detail, Boolean imageEncode) throws ApiException
licenseKey - License obtained from irisnet.de shop. (required)file - (required)detail - Sets the response details. * _1_ - The response body informs you if the image is ok or not ok (better API performance) * _2_ - In addition the response body lists all broken rules. * _3_ - In addition to the first two options, this will show all objects with positional information. (optional, default to 1)imageEncode - Specifies whether or not to draw an output image that can be downloaded afterwards. (optional, default to false)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 | - |
| 402 | Not enough credits | - |
public okhttp3.Call checkImageAsync(String licenseKey, File file, Integer detail, Boolean imageEncode, ApiCallback<IrisNet> _callback) throws ApiException
licenseKey - License obtained from irisnet.de shop. (required)file - (required)detail - Sets the response details. * _1_ - The response body informs you if the image is ok or not ok (better API performance) * _2_ - In addition the response body lists all broken rules. * _3_ - In addition to the first two options, this will show all objects with positional information. (optional, default to 1)imageEncode - Specifies whether or not to draw an output image that can be downloaded afterwards. (optional, default to false)_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 | - |
| 402 | Not enough credits | - |
public okhttp3.Call checkImageUrlCall(String url, String licenseKey, Integer detail, Boolean imageEncode, ApiCallback _callback) throws ApiException
url - (required)licenseKey - License obtained from irisnet.de shop. (required)detail - Sets the response details. * _1_ - The response body informs you if the image is ok or not ok (better API performance) * _2_ - In addition the response body lists all broken rules. * _3_ - In addition to the first two options, this will show all objects with positional information. (optional, default to 1)imageEncode - Specifies whether or not to draw an output image that can be downloaded afterwards. (optional, default to false)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | successful operation | - |
| 402 | Not enough credits | - |
public IrisNet checkImageUrl(String url, String licenseKey, Integer detail, Boolean imageEncode) throws ApiException
url - (required)licenseKey - License obtained from irisnet.de shop. (required)detail - Sets the response details. * _1_ - The response body informs you if the image is ok or not ok (better API performance) * _2_ - In addition the response body lists all broken rules. * _3_ - In addition to the first two options, this will show all objects with positional information. (optional, default to 1)imageEncode - Specifies whether or not to draw an output image that can be downloaded afterwards. (optional, default to false)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 | - |
| 402 | Not enough credits | - |
public ApiResponse<IrisNet> checkImageUrlWithHttpInfo(String url, String licenseKey, Integer detail, Boolean imageEncode) throws ApiException
url - (required)licenseKey - License obtained from irisnet.de shop. (required)detail - Sets the response details. * _1_ - The response body informs you if the image is ok or not ok (better API performance) * _2_ - In addition the response body lists all broken rules. * _3_ - In addition to the first two options, this will show all objects with positional information. (optional, default to 1)imageEncode - Specifies whether or not to draw an output image that can be downloaded afterwards. (optional, default to false)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 | - |
| 402 | Not enough credits | - |
public okhttp3.Call checkImageUrlAsync(String url, String licenseKey, Integer detail, Boolean imageEncode, ApiCallback<IrisNet> _callback) throws ApiException
url - (required)licenseKey - License obtained from irisnet.de shop. (required)detail - Sets the response details. * _1_ - The response body informs you if the image is ok or not ok (better API performance) * _2_ - In addition the response body lists all broken rules. * _3_ - In addition to the first two options, this will show all objects with positional information. (optional, default to 1)imageEncode - Specifies whether or not to draw an output image that can be downloaded afterwards. (optional, default to false)_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 | - |
| 402 | Not enough credits | - |
Copyright © 2010–2021 anotheria.net. All rights reserved.