| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<UnsuccessfulFaceAssociation> |
AssociateFacesResponse.unsuccessfulFaceAssociations()
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResponse.Builder |
AssociateFacesResponse.Builder.unsuccessfulFaceAssociations(UnsuccessfulFaceAssociation... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along
with the reasons.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResponse.Builder |
AssociateFacesResponse.Builder.unsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along
with the reasons.
|
Copyright © 2023. All rights reserved.