Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectToxicContentResponse
-
Packages that use DetectToxicContentResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of DetectToxicContentResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DetectToxicContentResponse Modifier and Type Method Description default DetectToxicContentResponseComprehendClient. detectToxicContent(Consumer<DetectToxicContentRequest.Builder> detectToxicContentRequest)Performs toxicity analysis on the list of text strings that you provide as input.default DetectToxicContentResponseComprehendClient. detectToxicContent(DetectToxicContentRequest detectToxicContentRequest)Performs toxicity analysis on the list of text strings that you provide as input.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DetectToxicContentResponse Modifier and Type Method Description default CompletableFuture<DetectToxicContentResponse>ComprehendAsyncClient. detectToxicContent(Consumer<DetectToxicContentRequest.Builder> detectToxicContentRequest)Performs toxicity analysis on the list of text strings that you provide as input.default CompletableFuture<DetectToxicContentResponse>ComprehendAsyncClient. detectToxicContent(DetectToxicContentRequest detectToxicContentRequest)Performs toxicity analysis on the list of text strings that you provide as input.
-