| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default AssociateFacesResponse |
RekognitionClient.associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest)
Associates one or more faces with an existing UserID.
|
default CompletableFuture<AssociateFacesResponse> |
RekognitionAsyncClient.associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest)
Associates one or more faces with an existing UserID.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateFacesRequest.Builder |
AssociateFacesRequest.builder() |
AssociateFacesRequest.Builder |
AssociateFacesRequest.Builder.clientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
AssociateFaces. |
AssociateFacesRequest.Builder |
AssociateFacesRequest.Builder.collectionId(String collectionId)
The ID of an existing collection containing the UserID.
|
AssociateFacesRequest.Builder |
AssociateFacesRequest.Builder.faceIds(Collection<String> faceIds)
An array of FaceIDs to associate with the UserID.
|
AssociateFacesRequest.Builder |
AssociateFacesRequest.Builder.faceIds(String... faceIds)
An array of FaceIDs to associate with the UserID.
|
AssociateFacesRequest.Builder |
AssociateFacesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateFacesRequest.Builder |
AssociateFacesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateFacesRequest.Builder |
AssociateFacesRequest.toBuilder() |
AssociateFacesRequest.Builder |
AssociateFacesRequest.Builder.userId(String userId)
The ID for the existing UserID.
|
AssociateFacesRequest.Builder |
AssociateFacesRequest.Builder.userMatchThreshold(Float userMatchThreshold)
An optional value specifying the minimum confidence in the UserID match to return.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateFacesRequest.Builder> |
AssociateFacesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.