| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectModerationLabelsResult> |
AbstractAmazonRekognitionAsync.detectModerationLabelsAsync(DetectModerationLabelsRequest request,
AsyncHandler<DetectModerationLabelsRequest,DetectModerationLabelsResult> asyncHandler) |
Future<DetectModerationLabelsResult> |
AmazonRekognitionAsync.detectModerationLabelsAsync(DetectModerationLabelsRequest detectModerationLabelsRequest,
AsyncHandler<DetectModerationLabelsRequest,DetectModerationLabelsResult> asyncHandler)
Detects unsafe content in a specified JPEG or PNG format image.
|
Future<DetectModerationLabelsResult> |
AmazonRekognitionAsyncClient.detectModerationLabelsAsync(DetectModerationLabelsRequest request,
AsyncHandler<DetectModerationLabelsRequest,DetectModerationLabelsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectModerationLabelsRequest |
DetectModerationLabelsRequest.clone() |
DetectModerationLabelsRequest |
DetectModerationLabelsRequest.withHumanLoopConfig(HumanLoopConfig humanLoopConfig)
Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.
|
DetectModerationLabelsRequest |
DetectModerationLabelsRequest.withImage(Image image)
The input image as base64-encoded bytes or an S3 object.
|
DetectModerationLabelsRequest |
DetectModerationLabelsRequest.withMinConfidence(Float minConfidence)
Specifies the minimum confidence level for the labels to return.
|
DetectModerationLabelsRequest |
DetectModerationLabelsRequest.withProjectVersion(String projectVersion)
Identifier for the custom adapter.
|
Copyright © 2024. All rights reserved.