| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<UnsuccessfulFaceDisassociation> |
DisassociateFacesResponse.unsuccessfulFaceDisassociations()
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateFacesResponse.Builder |
DisassociateFacesResponse.Builder.unsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateFacesResponse.Builder |
DisassociateFacesResponse.Builder.unsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
Copyright © 2023. All rights reserved.