| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
ToxicContent |
ToxicContent.clone() |
ToxicContent |
ToxicContent.withName(String name)
The name of the toxic content type.
|
ToxicContent |
ToxicContent.withName(ToxicContentType name)
The name of the toxic content type.
|
ToxicContent |
ToxicContent.withScore(Float score)
Model confidence in the detected content type.
|
| Modifier and Type | Method and Description |
|---|---|
List<ToxicContent> |
ToxicLabels.getLabels()
Array of toxic content types identified in the string.
|
| Modifier and Type | Method and Description |
|---|---|
ToxicLabels |
ToxicLabels.withLabels(ToxicContent... labels)
Array of toxic content types identified in the string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToxicLabels.setLabels(Collection<ToxicContent> labels)
Array of toxic content types identified in the string.
|
ToxicLabels |
ToxicLabels.withLabels(Collection<ToxicContent> labels)
Array of toxic content types identified in the string.
|
Copyright © 2023. All rights reserved.