@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class StegadographyApi extends Object
| Constructor and Description |
|---|
StegadographyApi() |
StegadographyApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient()
Get the API client.
|
StegadographyGetWidgetsResponse |
getStegadographyWidgets(File image)
Get widgets from an image.
|
CompletableFuture<StegadographyGetWidgetsResponse> |
getStegadographyWidgetsAsync(File image)
Get widgets from an image.
|
ApiResponse<StegadographyGetWidgetsResponse> |
getStegadographyWidgetsWithHttpInfo(File image)
Extracts watermarks from a PNG image and returns the cached widget data associated with each
watermark found.
|
CompletableFuture<ApiResponse<StegadographyGetWidgetsResponse>> |
getStegadographyWidgetsWithHttpInfoAsync(File image)
Get widgets from an image.
|
void |
setApiClient(ApiClient apiClient)
Set the API client.
|
public StegadographyApi()
public StegadographyApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient - an instance of API clientpublic StegadographyGetWidgetsResponse getStegadographyWidgets(File image) throws ApiException
image - PNG image file to scan for embedded watermarks. (required)ApiException - if fails to make API callpublic CompletableFuture<StegadographyGetWidgetsResponse> getStegadographyWidgetsAsync(File image)
image - PNG image file to scan for embedded watermarks. (required)public ApiResponse<StegadographyGetWidgetsResponse> getStegadographyWidgetsWithHttpInfo(File image) throws ApiException
multipart/form-data request with
the file in the image field. Only widgets belonging to the authenticated
organization are returned.image - PNG image file to scan for embedded watermarks. (required)ApiException - if fails to make API call| Status Code | Description | Response Headers |
| 200 | OK | - |
| 400 | Bad Request | - |
| 403 | Forbidden | - |
| 415 | Unsupported Media Type | - |
| 429 | Too many requests | - |
| 500 | Internal Server Error | - |
public CompletableFuture<ApiResponse<StegadographyGetWidgetsResponse>> getStegadographyWidgetsWithHttpInfoAsync(File image)
image - PNG image file to scan for embedded watermarks. (required)Copyright © 2026. All rights reserved.