| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static GetContentModerationResponse.Builder |
GetContentModerationResponse.builder() |
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.jobStatus(String jobStatus)
The current status of the content moderation analysis job.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the content moderation analysis job.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.moderationLabels(Collection<ContentModerationDetection> moderationLabels)
The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were
detected.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.moderationLabels(Consumer<ContentModerationDetection.Builder>... moderationLabels)
The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were
detected.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.moderationLabels(ContentModerationDetection... moderationLabels)
The detected inappropriate, unwanted, or offensive content moderation labels and the time(s) they were
detected.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.moderationModelVersion(String moderationModelVersion)
Version number of the moderation detection model that was used to detect inappropriate, unwanted, or
offensive content.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.nextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of content moderation labels.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.statusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetContentModerationResponse.Builder |
GetContentModerationResponse.toBuilder() |
default GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition analyzed.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.videoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetContentModerationResponse.Builder> |
GetContentModerationResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.