| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
StegadographyGetWidgetsResponse |
StegadographyApi.getStegadographyWidgets(File image)
Get widgets from an image.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<StegadographyGetWidgetsResponse> |
StegadographyApi.getStegadographyWidgetsAsync(File image)
Get widgets from an image.
|
ApiResponse<StegadographyGetWidgetsResponse> |
StegadographyApi.getStegadographyWidgetsWithHttpInfo(File image)
Extracts watermarks from a PNG image and returns the cached widget data associated with each
watermark found.
|
CompletableFuture<ApiResponse<StegadographyGetWidgetsResponse>> |
StegadographyApi.getStegadographyWidgetsWithHttpInfoAsync(File image)
Get widgets from an image.
|
| Modifier and Type | Method and Description |
|---|---|
StegadographyGetWidgetsResponse |
StegadographyGetWidgetsResponse.addDataItem(StegadographyWidget dataItem) |
StegadographyGetWidgetsResponse |
StegadographyGetWidgetsResponse.data(List<StegadographyWidget> data) |
StegadographyGetWidgetsResponse |
StegadographyGetWidgetsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.