| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetLabelDetectionResponse |
RekognitionClient.getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default GetLabelDetectionResponse |
RekognitionClient.getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetLabelDetectionResponse> |
RekognitionAsyncClient.getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
default CompletableFuture<GetLabelDetectionResponse> |
RekognitionAsyncClient.getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetLabelDetectionResponse> |
GetLabelDetectionIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLabelDetectionPublisher.subscribe(org.reactivestreams.Subscriber<? super GetLabelDetectionResponse> subscriber) |
Copyright © 2023. All rights reserved.