| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartContentModerationResult> |
AbstractAmazonRekognitionAsync.startContentModerationAsync(StartContentModerationRequest request,
AsyncHandler<StartContentModerationRequest,StartContentModerationResult> asyncHandler) |
Future<StartContentModerationResult> |
AmazonRekognitionAsync.startContentModerationAsync(StartContentModerationRequest startContentModerationRequest,
AsyncHandler<StartContentModerationRequest,StartContentModerationResult> asyncHandler)
Starts asynchronous detection of explicit or suggestive adult content in a stored video.
|
Future<StartContentModerationResult> |
AmazonRekognitionAsyncClient.startContentModerationAsync(StartContentModerationRequest request,
AsyncHandler<StartContentModerationRequest,StartContentModerationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartContentModerationRequest |
StartContentModerationRequest.clone() |
StartContentModerationRequest |
StartContentModerationRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartContentModerationRequest |
StartContentModerationRequest.withJobTag(String jobTag)
Unique identifier you specify to identify the job in the completion status published to the Amazon Simple
Notification Service topic.
|
StartContentModerationRequest |
StartContentModerationRequest.withMinConfidence(Float minConfidence)
Specifies the minimum confidence that Amazon Rekognition must have in order to return a moderated content label.
|
StartContentModerationRequest |
StartContentModerationRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the content
moderation analysis to.
|
StartContentModerationRequest |
StartContentModerationRequest.withVideo(Video video)
The video in which you want to moderate content.
|
Copyright © 2018. All rights reserved.