| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default StartFaceSearchResponse |
RekognitionClient.startFaceSearch(Consumer<StartFaceSearchRequest.Builder> startFaceSearchRequest)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
default StartFaceSearchResponse |
RekognitionClient.startFaceSearch(StartFaceSearchRequest startFaceSearchRequest)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartFaceSearchResponse> |
RekognitionAsyncClient.startFaceSearch(Consumer<StartFaceSearchRequest.Builder> startFaceSearchRequest)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
default CompletableFuture<StartFaceSearchResponse> |
RekognitionAsyncClient.startFaceSearch(StartFaceSearchRequest startFaceSearchRequest)
Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored
video.
|
Copyright © 2023. All rights reserved.