| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
UnsuccessfulFaceAssociation |
UnsuccessfulFaceAssociation.clone() |
UnsuccessfulFaceAssociation |
UnsuccessfulFaceAssociation.withConfidence(Float confidence)
Match confidence with the UserID, provides information regarding if a face association was unsuccessful because
it didn't meet UserMatchThreshold.
|
UnsuccessfulFaceAssociation |
UnsuccessfulFaceAssociation.withFaceId(String faceId)
A unique identifier assigned to the face.
|
UnsuccessfulFaceAssociation |
UnsuccessfulFaceAssociation.withReasons(Collection<String> reasons)
The reason why the association was unsuccessful.
|
UnsuccessfulFaceAssociation |
UnsuccessfulFaceAssociation.withReasons(String... reasons)
The reason why the association was unsuccessful.
|
UnsuccessfulFaceAssociation |
UnsuccessfulFaceAssociation.withReasons(UnsuccessfulFaceAssociationReason... reasons)
The reason why the association was unsuccessful.
|
UnsuccessfulFaceAssociation |
UnsuccessfulFaceAssociation.withUserId(String userId)
A provided ID for the UserID.
|
| Modifier and Type | Method and Description |
|---|---|
List<UnsuccessfulFaceAssociation> |
AssociateFacesResult.getUnsuccessfulFaceAssociations()
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResult |
AssociateFacesResult.withUnsuccessfulFaceAssociations(UnsuccessfulFaceAssociation... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateFacesResult.setUnsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
AssociateFacesResult |
AssociateFacesResult.withUnsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
Copyright © 2024. All rights reserved.