| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectToxicContentResult> |
AmazonComprehendAsyncClient.detectToxicContentAsync(DetectToxicContentRequest request,
AsyncHandler<DetectToxicContentRequest,DetectToxicContentResult> asyncHandler) |
Future<DetectToxicContentResult> |
AbstractAmazonComprehendAsync.detectToxicContentAsync(DetectToxicContentRequest request,
AsyncHandler<DetectToxicContentRequest,DetectToxicContentResult> asyncHandler) |
Future<DetectToxicContentResult> |
AmazonComprehendAsync.detectToxicContentAsync(DetectToxicContentRequest detectToxicContentRequest,
AsyncHandler<DetectToxicContentRequest,DetectToxicContentResult> asyncHandler)
Performs toxicity analysis on the list of text strings that you provide as input.
|
| Modifier and Type | Method and Description |
|---|---|
DetectToxicContentRequest |
DetectToxicContentRequest.clone() |
DetectToxicContentRequest |
DetectToxicContentRequest.withLanguageCode(LanguageCode languageCode)
The language of the input text.
|
DetectToxicContentRequest |
DetectToxicContentRequest.withLanguageCode(String languageCode)
The language of the input text.
|
DetectToxicContentRequest |
DetectToxicContentRequest.withTextSegments(Collection<TextSegment> textSegments)
A list of up to 10 text strings.
|
DetectToxicContentRequest |
DetectToxicContentRequest.withTextSegments(TextSegment... textSegments)
A list of up to 10 text strings.
|
Copyright © 2023. All rights reserved.