| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default DisassociateFacesResponse |
RekognitionClient.disassociateFaces(Consumer<DisassociateFacesRequest.Builder> disassociateFacesRequest)
Removes the association between a
Face supplied in an array of FaceIds and the User. |
default DisassociateFacesResponse |
RekognitionClient.disassociateFaces(DisassociateFacesRequest disassociateFacesRequest)
Removes the association between a
Face supplied in an array of FaceIds and the User. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DisassociateFacesResponse> |
RekognitionAsyncClient.disassociateFaces(Consumer<DisassociateFacesRequest.Builder> disassociateFacesRequest)
Removes the association between a
Face supplied in an array of FaceIds and the User. |
default CompletableFuture<DisassociateFacesResponse> |
RekognitionAsyncClient.disassociateFaces(DisassociateFacesRequest disassociateFacesRequest)
Removes the association between a
Face supplied in an array of FaceIds and the User. |
Copyright © 2023. All rights reserved.