| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetContentModerationResponse |
RekognitionClient.getContentModeration(Consumer<GetContentModerationRequest.Builder> getContentModerationRequest)
Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis
started by StartContentModeration.
|
default GetContentModerationResponse |
RekognitionClient.getContentModeration(GetContentModerationRequest getContentModerationRequest)
Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis
started by StartContentModeration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetContentModerationResponse> |
RekognitionAsyncClient.getContentModeration(Consumer<GetContentModerationRequest.Builder> getContentModerationRequest)
Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis
started by StartContentModeration.
|
default CompletableFuture<GetContentModerationResponse> |
RekognitionAsyncClient.getContentModeration(GetContentModerationRequest getContentModerationRequest)
Gets the inappropriate, unwanted, or offensive content analysis results for a Amazon Rekognition Video analysis
started by StartContentModeration.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetContentModerationResponse> |
GetContentModerationIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetContentModerationPublisher.subscribe(org.reactivestreams.Subscriber<? super GetContentModerationResponse> subscriber) |
Copyright © 2022. All rights reserved.