Uses of Class
software.amazon.awssdk.services.rekognition.model.CelebrityRecognition
-
Packages that use CelebrityRecognition Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of CelebrityRecognition in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type CelebrityRecognition Modifier and Type Method Description List<CelebrityRecognition>GetCelebrityRecognitionResponse. celebrities()Array of celebrities recognized in the video.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type CelebrityRecognition Modifier and Type Method Description GetCelebrityRecognitionResponse.BuilderGetCelebrityRecognitionResponse.Builder. celebrities(CelebrityRecognition... celebrities)Array of celebrities recognized in the video.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type CelebrityRecognition Modifier and Type Method Description GetCelebrityRecognitionResponse.BuilderGetCelebrityRecognitionResponse.Builder. celebrities(Collection<CelebrityRecognition> celebrities)Array of celebrities recognized in the video.
-