| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetFaceDetectionResponse |
RekognitionClient.getFaceDetection(Consumer<GetFaceDetectionRequest.Builder> getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
default GetFaceDetectionResponse |
RekognitionClient.getFaceDetection(GetFaceDetectionRequest getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetFaceDetectionResponse> |
RekognitionAsyncClient.getFaceDetection(Consumer<GetFaceDetectionRequest.Builder> getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
default CompletableFuture<GetFaceDetectionResponse> |
RekognitionAsyncClient.getFaceDetection(GetFaceDetectionRequest getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetFaceDetectionResponse> |
GetFaceDetectionIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetFaceDetectionPublisher.subscribe(org.reactivestreams.Subscriber<? super GetFaceDetectionResponse> subscriber) |
Copyright © 2020. All rights reserved.