| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision |
This is the Amazon Lookout for Vision API Reference.
|
| software.amazon.awssdk.services.lookoutvision.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetectAnomaliesResponse> |
LookoutVisionAsyncClient.detectAnomalies(DetectAnomaliesRequest detectAnomaliesRequest,
AsyncRequestBody requestBody)
Detects anomalies in an image that you supply.
|
default DetectAnomaliesResponse |
LookoutVisionClient.detectAnomalies(DetectAnomaliesRequest detectAnomaliesRequest,
Path sourcePath)
Detects anomalies in an image that you supply.
|
default CompletableFuture<DetectAnomaliesResponse> |
LookoutVisionAsyncClient.detectAnomalies(DetectAnomaliesRequest detectAnomaliesRequest,
Path sourcePath)
Detects anomalies in an image that you supply.
|
default DetectAnomaliesResponse |
LookoutVisionClient.detectAnomalies(DetectAnomaliesRequest detectAnomaliesRequest,
RequestBody requestBody)
Detects anomalies in an image that you supply.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DetectAnomaliesRequestMarshaller.marshall(DetectAnomaliesRequest detectAnomaliesRequest) |
Copyright © 2023. All rights reserved.