| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateFacesResult> |
AbstractAmazonRekognitionAsync.associateFacesAsync(AssociateFacesRequest request,
AsyncHandler<AssociateFacesRequest,AssociateFacesResult> asyncHandler) |
Future<AssociateFacesResult> |
AmazonRekognitionAsyncClient.associateFacesAsync(AssociateFacesRequest request,
AsyncHandler<AssociateFacesRequest,AssociateFacesResult> asyncHandler) |
Future<AssociateFacesResult> |
AmazonRekognitionAsync.associateFacesAsync(AssociateFacesRequest associateFacesRequest,
AsyncHandler<AssociateFacesRequest,AssociateFacesResult> asyncHandler)
Associates one or more faces with an existing UserID.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesRequest |
AssociateFacesRequest.clone() |
AssociateFacesRequest |
AssociateFacesRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
AssociateFaces. |
AssociateFacesRequest |
AssociateFacesRequest.withCollectionId(String collectionId)
The ID of an existing collection containing the UserID.
|
AssociateFacesRequest |
AssociateFacesRequest.withFaceIds(Collection<String> faceIds)
An array of FaceIDs to associate with the UserID.
|
AssociateFacesRequest |
AssociateFacesRequest.withFaceIds(String... faceIds)
An array of FaceIDs to associate with the UserID.
|
AssociateFacesRequest |
AssociateFacesRequest.withUserId(String userId)
The ID for the existing UserID.
|
AssociateFacesRequest |
AssociateFacesRequest.withUserMatchThreshold(Float userMatchThreshold)
An optional value specifying the minimum confidence in the UserID match to return.
|
Copyright © 2024. All rights reserved.