| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision |
This is the Amazon Lookout for Vision API Reference.
|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectAnomaliesResult> |
AmazonLookoutforVisionAsyncClient.detectAnomaliesAsync(DetectAnomaliesRequest request,
AsyncHandler<DetectAnomaliesRequest,DetectAnomaliesResult> asyncHandler) |
Future<DetectAnomaliesResult> |
AbstractAmazonLookoutforVisionAsync.detectAnomaliesAsync(DetectAnomaliesRequest request,
AsyncHandler<DetectAnomaliesRequest,DetectAnomaliesResult> asyncHandler) |
Future<DetectAnomaliesResult> |
AmazonLookoutforVisionAsync.detectAnomaliesAsync(DetectAnomaliesRequest detectAnomaliesRequest,
AsyncHandler<DetectAnomaliesRequest,DetectAnomaliesResult> asyncHandler)
Detects anomalies in an image that you supply.
|
| Modifier and Type | Method and Description |
|---|---|
DetectAnomaliesRequest |
DetectAnomaliesRequest.clone() |
DetectAnomaliesRequest |
DetectAnomaliesRequest.withBody(InputStream body)
The unencrypted image bytes that you want to analyze.
|
DetectAnomaliesRequest |
DetectAnomaliesRequest.withContentType(String contentType)
The type of the image passed in
Body. |
DetectAnomaliesRequest |
DetectAnomaliesRequest.withModelVersion(String modelVersion)
The version of the model that you want to use.
|
DetectAnomaliesRequest |
DetectAnomaliesRequest.withProjectName(String projectName)
The name of the project that contains the model version that you want to use.
|
Copyright © 2022. All rights reserved.