Uses of Class
software.amazon.awssdk.services.comprehend.model.DetectToxicContentRequest
-
Packages that use DetectToxicContentRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of DetectToxicContentRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DetectToxicContentRequest Modifier and Type Method Description default CompletableFuture<DetectToxicContentResponse>ComprehendAsyncClient. detectToxicContent(DetectToxicContentRequest 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. -
Uses of DetectToxicContentRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DetectToxicContentRequest Modifier and Type Method Description SdkHttpFullRequestDetectToxicContentRequestMarshaller. marshall(DetectToxicContentRequest detectToxicContentRequest)
-