Uses of Class
software.amazon.awssdk.services.rekognition.model.GetCelebrityInfoResponse
-
Packages that use GetCelebrityInfoResponse Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video. -
-
Uses of GetCelebrityInfoResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetCelebrityInfoResponse Modifier and Type Method Description default GetCelebrityInfoResponseRekognitionClient. getCelebrityInfo(Consumer<GetCelebrityInfoRequest.Builder> getCelebrityInfoRequest)Gets the name and additional information about a celebrity based on their Amazon Rekognition ID.default GetCelebrityInfoResponseRekognitionClient. getCelebrityInfo(GetCelebrityInfoRequest getCelebrityInfoRequest)Gets the name and additional information about a celebrity based on their Amazon Rekognition ID.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type GetCelebrityInfoResponse Modifier and Type Method Description default CompletableFuture<GetCelebrityInfoResponse>RekognitionAsyncClient. getCelebrityInfo(Consumer<GetCelebrityInfoRequest.Builder> getCelebrityInfoRequest)Gets the name and additional information about a celebrity based on their Amazon Rekognition ID.default CompletableFuture<GetCelebrityInfoResponse>RekognitionAsyncClient. getCelebrityInfo(GetCelebrityInfoRequest getCelebrityInfoRequest)Gets the name and additional information about a celebrity based on their Amazon Rekognition ID.
-