Uses of Class
software.amazon.awssdk.services.rekognition.model.UnsuccessfulFaceAssociation
-
Packages that use UnsuccessfulFaceAssociation Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of UnsuccessfulFaceAssociation in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type UnsuccessfulFaceAssociation Modifier and Type Method Description List<UnsuccessfulFaceAssociation>AssociateFacesResponse. unsuccessfulFaceAssociations()An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type UnsuccessfulFaceAssociation Modifier and Type Method Description AssociateFacesResponse.BuilderAssociateFacesResponse.Builder. unsuccessfulFaceAssociations(UnsuccessfulFaceAssociation... unsuccessfulFaceAssociations)An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type UnsuccessfulFaceAssociation Modifier and Type Method Description AssociateFacesResponse.BuilderAssociateFacesResponse.Builder. unsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons.
-