| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.model |
| 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 CompletableFuture<GetSegmentDetectionResponse> |
RekognitionAsyncClient.getSegmentDetection(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default GetSegmentDetectionIterable |
RekognitionClient.getSegmentDetectionPaginator(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
default GetSegmentDetectionPublisher |
RekognitionAsyncClient.getSegmentDetectionPaginator(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)
Gets the segment detection results of a Amazon Rekognition Video analysis started by
StartSegmentDetection.
|
| Modifier and Type | Method and Description |
|---|---|
static GetSegmentDetectionRequest.Builder |
GetSegmentDetectionRequest.builder() |
GetSegmentDetectionRequest.Builder |
GetSegmentDetectionRequest.Builder.jobId(String jobId)
Job identifier for the text detection operation for which you want results returned.
|
GetSegmentDetectionRequest.Builder |
GetSegmentDetectionRequest.Builder.maxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetSegmentDetectionRequest.Builder |
GetSegmentDetectionRequest.Builder.nextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of text.
|
GetSegmentDetectionRequest.Builder |
GetSegmentDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSegmentDetectionRequest.Builder |
GetSegmentDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSegmentDetectionRequest.Builder |
GetSegmentDetectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetSegmentDetectionRequest.Builder> |
GetSegmentDetectionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.