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