Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectModerationLabelsResponse
-
Packages that use DetectModerationLabelsResponse 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 DetectModerationLabelsResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DetectModerationLabelsResponse Modifier and Type Method Description default DetectModerationLabelsResponseRekognitionClient. detectModerationLabels(Consumer<DetectModerationLabelsRequest.Builder> detectModerationLabelsRequest)Detects unsafe content in a specified JPEG or PNG format image.default DetectModerationLabelsResponseRekognitionClient. detectModerationLabels(DetectModerationLabelsRequest detectModerationLabelsRequest)Detects unsafe content in a specified JPEG or PNG format image.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DetectModerationLabelsResponse Modifier and Type Method Description default CompletableFuture<DetectModerationLabelsResponse>RekognitionAsyncClient. detectModerationLabels(Consumer<DetectModerationLabelsRequest.Builder> detectModerationLabelsRequest)Detects unsafe content in a specified JPEG or PNG format image.default CompletableFuture<DetectModerationLabelsResponse>RekognitionAsyncClient. detectModerationLabels(DetectModerationLabelsRequest detectModerationLabelsRequest)Detects unsafe content in a specified JPEG or PNG format image.
-