| 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 |
|---|---|
AssociateFacesResult |
AmazonRekognitionClient.associateFaces(AssociateFacesRequest request)
Associates one or more faces with an existing UserID.
|
AssociateFacesResult |
AbstractAmazonRekognition.associateFaces(AssociateFacesRequest request) |
AssociateFacesResult |
AmazonRekognition.associateFaces(AssociateFacesRequest associateFacesRequest)
Associates one or more faces with an existing UserID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateFacesResult> |
AbstractAmazonRekognitionAsync.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.
|
Future<AssociateFacesResult> |
AmazonRekognitionAsyncClient.associateFacesAsync(AssociateFacesRequest request,
AsyncHandler<AssociateFacesRequest,AssociateFacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResult |
AssociateFacesResult.clone() |
AssociateFacesResult |
AssociateFacesResult.withAssociatedFaces(AssociatedFace... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID.
|
AssociateFacesResult |
AssociateFacesResult.withAssociatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID.
|
AssociateFacesResult |
AssociateFacesResult.withUnsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
AssociateFacesResult |
AssociateFacesResult.withUnsuccessfulFaceAssociations(UnsuccessfulFaceAssociation... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
AssociateFacesResult |
AssociateFacesResult.withUserStatus(String userStatus)
The status of an update made to a UserID.
|
AssociateFacesResult |
AssociateFacesResult.withUserStatus(UserStatus userStatus)
The status of an update made to a UserID.
|
Copyright © 2025. All rights reserved.