Uses of Class
software.amazon.awssdk.services.rekognition.model.StartContentModerationResponse
-
Packages that use StartContentModerationResponse 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 StartContentModerationResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return StartContentModerationResponse Modifier and Type Method Description default StartContentModerationResponseRekognitionClient. startContentModeration(Consumer<StartContentModerationRequest.Builder> startContentModerationRequest)Starts asynchronous detection of inappropriate, unwanted, or offensive content in a stored video.default StartContentModerationResponseRekognitionClient. startContentModeration(StartContentModerationRequest startContentModerationRequest)Starts asynchronous detection of inappropriate, unwanted, or offensive content in a stored video.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type StartContentModerationResponse Modifier and Type Method Description default CompletableFuture<StartContentModerationResponse>RekognitionAsyncClient. startContentModeration(Consumer<StartContentModerationRequest.Builder> startContentModerationRequest)Starts asynchronous detection of inappropriate, unwanted, or offensive content in a stored video.default CompletableFuture<StartContentModerationResponse>RekognitionAsyncClient. startContentModeration(StartContentModerationRequest startContentModerationRequest)Starts asynchronous detection of inappropriate, unwanted, or offensive content in a stored video.
-