| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<AssociatedFace> |
AssociateFacesResponse.associatedFaces()
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResponse.Builder |
AssociateFacesResponse.Builder.associatedFaces(AssociatedFace... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResponse.Builder |
AssociateFacesResponse.Builder.associatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is
returned.
|
Copyright © 2023. All rights reserved.