| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetectLabelsResponse> |
RekognitionAsyncClient.detectLabels(DetectLabelsRequest detectLabelsRequest)
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
|
default DetectLabelsResponse |
RekognitionClient.detectLabels(DetectLabelsRequest detectLabelsRequest)
Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DetectLabelsRequestMarshaller.marshall(DetectLabelsRequest detectLabelsRequest) |
Copyright © 2019. All rights reserved.