Uses of Class
software.amazon.awssdk.services.rekognition.model.ComparedFace
-
Packages that use ComparedFace Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ComparedFace in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ComparedFace Modifier and Type Method Description ComparedFaceCelebrity. face()Provides information about the celebrity's face, such as its location on the image.ComparedFaceCompareFacesMatch. face()Provides face metadata (bounding box and confidence that the bounding box actually contains a face).Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ComparedFace Modifier and Type Method Description List<ComparedFace>CompareFacesResponse. unmatchedFaces()An array of faces in the target image that did not match the source image face.List<ComparedFace>RecognizeCelebritiesResponse. unrecognizedFaces()Details about each unrecognized face in the image.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ComparedFace Modifier and Type Method Description Celebrity.BuilderCelebrity.Builder. face(ComparedFace face)Provides information about the celebrity's face, such as its location on the image.CompareFacesMatch.BuilderCompareFacesMatch.Builder. face(ComparedFace face)Provides face metadata (bounding box and confidence that the bounding box actually contains a face).CompareFacesResponse.BuilderCompareFacesResponse.Builder. unmatchedFaces(ComparedFace... unmatchedFaces)An array of faces in the target image that did not match the source image face.RecognizeCelebritiesResponse.BuilderRecognizeCelebritiesResponse.Builder. unrecognizedFaces(ComparedFace... unrecognizedFaces)Details about each unrecognized face in the image.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ComparedFace Modifier and Type Method Description CompareFacesResponse.BuilderCompareFacesResponse.Builder. unmatchedFaces(Collection<ComparedFace> unmatchedFaces)An array of faces in the target image that did not match the source image face.RecognizeCelebritiesResponse.BuilderRecognizeCelebritiesResponse.Builder. unrecognizedFaces(Collection<ComparedFace> unrecognizedFaces)Details about each unrecognized face in the image.
-