| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static StartFaceSearchRequest.Builder |
StartFaceSearchRequest.builder() |
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.clientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.collectionId(String collectionId)
ID of the collection that contains the faces you want to search for.
|
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.faceMatchThreshold(Float faceMatchThreshold)
The minimum confidence in the person match to return.
|
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.jobTag(String jobTag)
An identifier you specify that's returned in the completion notification that's published to your Amazon
Simple Notification Service topic.
|
default StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the search.
|
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.notificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the search.
|
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.toBuilder() |
default StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.video(Consumer<Video.Builder> video)
The video you want to search.
|
StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.video(Video video)
The video you want to search.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartFaceSearchRequest.Builder> |
StartFaceSearchRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.