| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static ModerationLabel.Builder |
ModerationLabel.builder() |
ModerationLabel.Builder |
ModerationLabel.Builder.confidence(Float confidence)
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
|
ModerationLabel.Builder |
ModerationLabel.Builder.name(String name)
The label name for the type of unsafe content detected in the image.
|
ModerationLabel.Builder |
ModerationLabel.Builder.parentName(String parentName)
The name for the parent label.
|
ModerationLabel.Builder |
ModerationLabel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModerationLabel.Builder> |
ModerationLabel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContentModerationDetection.Builder |
ContentModerationDetection.Builder.moderationLabel(Consumer<ModerationLabel.Builder> moderationLabel)
The content moderation label detected by in the stored video.
|
Copyright © 2023. All rights reserved.