Uses of Class
software.amazon.awssdk.services.rekognition.model.Face
-
Packages that use Face Package Description software.amazon.awssdk.services.rekognition.model software.amazon.awssdk.services.rekognition.paginators -
-
Uses of Face in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return Face Modifier and Type Method Description FaceFaceMatch. face()Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.FaceFaceRecord. face()Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Face Modifier and Type Method Description List<Face>ListFacesResponse. faces()An array ofFaceobjects.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Face Modifier and Type Method Description FaceMatch.BuilderFaceMatch.Builder. face(Face face)Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.FaceRecord.BuilderFaceRecord.Builder. face(Face face)Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.ListFacesResponse.BuilderListFacesResponse.Builder. faces(Face... faces)An array ofFaceobjects.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Face Modifier and Type Method Description ListFacesResponse.BuilderListFacesResponse.Builder. faces(Collection<Face> faces)An array ofFaceobjects. -
Uses of Face in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type Face Modifier and Type Method Description SdkIterable<Face>ListFacesIterable. faces()Returns an iterable to iterate through the paginatedListFacesResponse.faces()member.SdkPublisher<Face>ListFacesPublisher. faces()Returns a publisher that can be used to get a stream of data.
-