| 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 GetSegmentDetectionResponse |
RekognitionClient.getSegmentDetection(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default GetSegmentDetectionResponse |
RekognitionClient.getSegmentDetection(GetSegmentDetectionRequest getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSegmentDetectionResponse> |
RekognitionAsyncClient.getSegmentDetection(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default CompletableFuture<GetSegmentDetectionResponse> |
RekognitionAsyncClient.getSegmentDetection(GetSegmentDetectionRequest getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetSegmentDetectionResponse> |
GetSegmentDetectionIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSegmentDetectionPublisher.subscribe(org.reactivestreams.Subscriber<? super GetSegmentDetectionResponse> subscriber) |
Copyright © 2021. All rights reserved.