| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<DisassociatedFace> |
DisassociateFacesResponse.disassociatedFaces()
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateFacesResponse.Builder |
DisassociateFacesResponse.Builder.disassociatedFaces(DisassociatedFace... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateFacesResponse.Builder |
DisassociateFacesResponse.Builder.disassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
Copyright © 2023. All rights reserved.