| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| software.amazon.awssdk.services.rekognition.paginators | |
| software.amazon.awssdk.services.rekognition.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetSegmentDetectionResponse |
RekognitionClient.getSegmentDetection(GetSegmentDetectionRequest 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.
|
default GetSegmentDetectionIterable |
RekognitionClient.getSegmentDetectionPaginator(GetSegmentDetectionRequest getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default GetSegmentDetectionPublisher |
RekognitionAsyncClient.getSegmentDetectionPaginator(GetSegmentDetectionRequest getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
| Constructor and Description |
|---|
GetSegmentDetectionIterable(RekognitionClient client,
GetSegmentDetectionRequest firstRequest) |
GetSegmentDetectionPublisher(RekognitionAsyncClient client,
GetSegmentDetectionRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetSegmentDetectionRequestMarshaller.marshall(GetSegmentDetectionRequest getSegmentDetectionRequest) |
Copyright © 2023. All rights reserved.