Uses of Interface
software.amazon.awssdk.services.rekognition.model.DetectModerationLabelsRequest.Builder
-
Packages that use DetectModerationLabelsRequest.Builder 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.model -
-
Uses of DetectModerationLabelsRequest.Builder in software.amazon.awssdk.services.rekognition
Method parameters in software.amazon.awssdk.services.rekognition with type arguments of type DetectModerationLabelsRequest.Builder 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 DetectModerationLabelsResponseRekognitionClient. detectModerationLabels(Consumer<DetectModerationLabelsRequest.Builder> detectModerationLabelsRequest)Detects unsafe content in a specified JPEG or PNG format image. -
Uses of DetectModerationLabelsRequest.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DetectModerationLabelsRequest.Builder Modifier and Type Method Description static DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest. builder()default DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. humanLoopConfig(Consumer<HumanLoopConfig.Builder> humanLoopConfig)Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. humanLoopConfig(HumanLoopConfig humanLoopConfig)Sets up the configuration for human evaluation, including the FlowDefinition the image will be sent to.default DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. image(Consumer<Image.Builder> image)The input image as base64-encoded bytes or an S3 object.DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. image(Image image)The input image as base64-encoded bytes or an S3 object.DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. minConfidence(Float minConfidence)Specifies the minimum confidence level for the labels to return.DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest.Builder. projectVersion(String projectVersion)Identifier for the custom adapter.DetectModerationLabelsRequest.BuilderDetectModerationLabelsRequest. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DetectModerationLabelsRequest.Builder Modifier and Type Method Description static Class<? extends DetectModerationLabelsRequest.Builder>DetectModerationLabelsRequest. serializableBuilderClass()
-