| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
DisassociatedFace |
DisassociatedFace.clone() |
DisassociatedFace |
DisassociatedFace.withFaceId(String faceId)
Unique identifier assigned to the face.
|
| Modifier and Type | Method and Description |
|---|---|
List<DisassociatedFace> |
DisassociateFacesResult.getDisassociatedFaces()
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateFacesResult |
DisassociateFacesResult.withDisassociatedFaces(DisassociatedFace... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateFacesResult.setDisassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
DisassociateFacesResult |
DisassociateFacesResult.withDisassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
Copyright © 2024. All rights reserved.