| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
TextSegment |
TextSegment.clone() |
TextSegment |
TextSegment.withText(String text)
The text content.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextSegment> |
DetectToxicContentRequest.getTextSegments()
A list of up to 10 text strings.
|
| Modifier and Type | Method and Description |
|---|---|
DetectToxicContentRequest |
DetectToxicContentRequest.withTextSegments(TextSegment... textSegments)
A list of up to 10 text strings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectToxicContentRequest.setTextSegments(Collection<TextSegment> textSegments)
A list of up to 10 text strings.
|
DetectToxicContentRequest |
DetectToxicContentRequest.withTextSegments(Collection<TextSegment> textSegments)
A list of up to 10 text strings.
|
Copyright © 2024. All rights reserved.