Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectLabelsRequest
-
Packages that use DetectLabelsRequest 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.software.amazon.awssdk.services.rekognition.transform -
-
Uses of DetectLabelsRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type DetectLabelsRequest Modifier and Type Method Description default CompletableFuture<DetectLabelsResponse>RekognitionAsyncClient. detectLabels(DetectLabelsRequest 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. -
Uses of DetectLabelsRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type DetectLabelsRequest Modifier and Type Method Description SdkHttpFullRequestDetectLabelsRequestMarshaller. marshall(DetectLabelsRequest detectLabelsRequest)
-