| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| Modifier and Type | Method and Description |
|---|---|
default DetectCustomLabelsResponse |
RekognitionClient.detectCustomLabels(Consumer<DetectCustomLabelsRequest.Builder> detectCustomLabelsRequest)
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
|
default DetectCustomLabelsResponse |
RekognitionClient.detectCustomLabels(DetectCustomLabelsRequest detectCustomLabelsRequest)
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DetectCustomLabelsResponse> |
RekognitionAsyncClient.detectCustomLabels(Consumer<DetectCustomLabelsRequest.Builder> detectCustomLabelsRequest)
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
|
default CompletableFuture<DetectCustomLabelsResponse> |
RekognitionAsyncClient.detectCustomLabels(DetectCustomLabelsRequest detectCustomLabelsRequest)
Detects custom labels in a supplied image by using an Amazon Rekognition Custom Labels model.
|
Copyright © 2021. All rights reserved.