| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
AssociatedFace |
AssociatedFace.clone() |
AssociatedFace |
AssociatedFace.withFaceId(String faceId)
Unique identifier assigned to the face.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedFace> |
AssociateFacesResult.getAssociatedFaces()
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResult |
AssociateFacesResult.withAssociatedFaces(AssociatedFace... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateFacesResult.setAssociatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
AssociateFacesResult |
AssociateFacesResult.withAssociatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
Copyright © 2023. All rights reserved.