Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectLabelsResponse
-
Packages that use DetectLabelsResponse 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 DetectLabelsResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DetectLabelsResponse Modifier and Type Method Description default DetectLabelsResponseRekognitionClient. detectLabels(Consumer<DetectLabelsRequest.Builder> detectLabelsRequest)Detects instances of real-world entities within an image (JPEG or PNG) provided as input.default DetectLabelsResponseRekognitionClient. detectLabels(DetectLabelsRequest detectLabelsRequest)Detects instances of real-world entities within an image (JPEG or PNG) provided as input.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DetectLabelsResponse Modifier and Type Method Description default CompletableFuture<DetectLabelsResponse>RekognitionAsyncClient. detectLabels(Consumer<DetectLabelsRequest.Builder> detectLabelsRequest)Detects instances of real-world entities within an image (JPEG or PNG) provided as input.default CompletableFuture<DetectLabelsResponse>RekognitionAsyncClient. detectLabels(DetectLabelsRequest detectLabelsRequest)Detects instances of real-world entities within an image (JPEG or PNG) provided as input.
-