| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| 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 inappropriate, unwanted, or offensive 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)
An identifier you specify that's returned in the completion notification that's published to your 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
analysis to.
|
StartContentModerationRequest |
StartContentModerationRequest.withVideo(Video video)
The video in which you want to detect inappropriate, unwanted, or offensive content.
|
Copyright © 2024. All rights reserved.