| 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<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 |
|---|---|
DisassociateFacesRequest |
DisassociateFacesRequest.clone() |
DisassociateFacesRequest |
DisassociateFacesRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
DisassociateFaces. |
DisassociateFacesRequest |
DisassociateFacesRequest.withCollectionId(String collectionId)
The ID of an existing collection containing the UserID.
|
DisassociateFacesRequest |
DisassociateFacesRequest.withFaceIds(Collection<String> faceIds)
An array of face IDs to disassociate from the UserID.
|
DisassociateFacesRequest |
DisassociateFacesRequest.withFaceIds(String... faceIds)
An array of face IDs to disassociate from the UserID.
|
DisassociateFacesRequest |
DisassociateFacesRequest.withUserId(String userId)
ID for the existing UserID.
|
Copyright © 2023. All rights reserved.