static GetContentModerationResponse.Builder |
GetContentModerationResponse.builder() |
|
default GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.getRequestMetadata(Consumer<GetContentModerationRequestMetadata.Builder> getRequestMetadata) |
Information about the paramters used when getting a response.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.getRequestMetadata(GetContentModerationRequestMetadata getRequestMetadata) |
Information about the paramters used when getting a response.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.jobId(String jobId) |
Job identifier for the content moderation operation for which you want to obtain results.
|
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.jobTag(String jobTag) |
A job identifier specified in the call to StartContentModeration and returned in the job completion
notification sent to your Amazon Simple Notification Service topic.
|
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.video(Consumer<Video.Builder> video) |
Sets the value of the Video property for this object.
|
GetContentModerationResponse.Builder |
GetContentModerationResponse.Builder.video(Video video) |
Sets the value of the Video property for this object.
|
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.
|