| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ModerationLabel |
ModerationLabel.clone() |
ModerationLabel |
ModerationLabel.withConfidence(Float confidence)
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
|
ModerationLabel |
ModerationLabel.withName(String name)
The label name for the type of content detected in the image.
|
ModerationLabel |
ModerationLabel.withParentName(String parentName)
The name for the parent label.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModerationLabel> |
DetectModerationLabelsResult.getModerationLabels()
A list of labels for explicit or suggestive adult content found in the image.
|
| Modifier and Type | Method and Description |
|---|---|
DetectModerationLabelsResult |
DetectModerationLabelsResult.withModerationLabels(ModerationLabel... moderationLabels)
A list of labels for explicit or suggestive adult content found in the image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectModerationLabelsResult.setModerationLabels(Collection<ModerationLabel> moderationLabels)
A list of labels for explicit or suggestive adult content found in the image.
|
DetectModerationLabelsResult |
DetectModerationLabelsResult.withModerationLabels(Collection<ModerationLabel> moderationLabels)
A list of labels for explicit or suggestive adult content found in the image.
|
Copyright © 2017. All rights reserved.