Uses of Class
software.amazon.awssdk.services.rekognition.model.Celebrity
-
Packages that use Celebrity Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of Celebrity in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type Celebrity Modifier and Type Method Description List<Celebrity>RecognizeCelebritiesResponse. celebrityFaces()Details about each celebrity found in the image.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type Celebrity Modifier and Type Method Description RecognizeCelebritiesResponse.BuilderRecognizeCelebritiesResponse.Builder. celebrityFaces(Celebrity... celebrityFaces)Details about each celebrity found in the image.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type Celebrity Modifier and Type Method Description RecognizeCelebritiesResponse.BuilderRecognizeCelebritiesResponse.Builder. celebrityFaces(Collection<Celebrity> celebrityFaces)Details about each celebrity found in the image.
-