| 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 |
|---|---|
DisassociateFacesResult |
AmazonRekognitionClient.disassociateFaces(DisassociateFacesRequest request)
Removes the association between a
Face supplied in an array of FaceIds and the User. |
DisassociateFacesResult |
AbstractAmazonRekognition.disassociateFaces(DisassociateFacesRequest request) |
DisassociateFacesResult |
AmazonRekognition.disassociateFaces(DisassociateFacesRequest disassociateFacesRequest)
Removes the association between a
Face supplied in an array of FaceIds and the User. |
| Modifier and Type | Method and Description |
|---|---|
Future<DisassociateFacesResult> |
AmazonRekognitionAsyncClient.disassociateFacesAsync(DisassociateFacesRequest request,
AsyncHandler<DisassociateFacesRequest,DisassociateFacesResult> asyncHandler) |
Future<DisassociateFacesResult> |
AmazonRekognitionAsync.disassociateFacesAsync(DisassociateFacesRequest disassociateFacesRequest,
AsyncHandler<DisassociateFacesRequest,DisassociateFacesResult> asyncHandler)
Removes the association between a
Face supplied in an array of FaceIds and the User. |
Future<DisassociateFacesResult> |
AbstractAmazonRekognitionAsync.disassociateFacesAsync(DisassociateFacesRequest request,
AsyncHandler<DisassociateFacesRequest,DisassociateFacesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DisassociateFacesResult |
DisassociateFacesResult.clone() |
DisassociateFacesResult |
DisassociateFacesResult.withDisassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
DisassociateFacesResult |
DisassociateFacesResult.withDisassociatedFaces(DisassociatedFace... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
DisassociateFacesResult |
DisassociateFacesResult.withUnsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
DisassociateFacesResult |
DisassociateFacesResult.withUnsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
DisassociateFacesResult |
DisassociateFacesResult.withUserStatus(String userStatus)
The status of an update made to a User.
|
DisassociateFacesResult |
DisassociateFacesResult.withUserStatus(UserStatus userStatus)
The status of an update made to a User.
|
Copyright © 2023. All rights reserved.