| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
ToxicLabels |
ToxicLabels.clone() |
ToxicLabels |
ToxicLabels.withLabels(Collection<ToxicContent> labels)
Array of toxic content types identified in the string.
|
ToxicLabels |
ToxicLabels.withLabels(ToxicContent... labels)
Array of toxic content types identified in the string.
|
ToxicLabels |
ToxicLabels.withToxicity(Float toxicity)
Overall toxicity score for the string.
|
| Modifier and Type | Method and Description |
|---|---|
List<ToxicLabels> |
DetectToxicContentResult.getResultList()
Results of the content moderation analysis.
|
| Modifier and Type | Method and Description |
|---|---|
DetectToxicContentResult |
DetectToxicContentResult.withResultList(ToxicLabels... resultList)
Results of the content moderation analysis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectToxicContentResult.setResultList(Collection<ToxicLabels> resultList)
Results of the content moderation analysis.
|
DetectToxicContentResult |
DetectToxicContentResult.withResultList(Collection<ToxicLabels> resultList)
Results of the content moderation analysis.
|
Copyright © 2023. All rights reserved.