| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| 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 © 2022. All rights reserved.