| 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 StartSegmentDetectionResponse |
RekognitionClient.startSegmentDetection(Consumer<StartSegmentDetectionRequest.Builder> startSegmentDetectionRequest)
Starts asynchronous detection of segment detection in a stored video.
|
default CompletableFuture<StartSegmentDetectionResponse> |
RekognitionAsyncClient.startSegmentDetection(Consumer<StartSegmentDetectionRequest.Builder> startSegmentDetectionRequest)
Starts asynchronous detection of segment detection in a stored video.
|
| Modifier and Type | Method and Description |
|---|---|
static StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.builder() |
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.clientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
default StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.filters(Consumer<StartSegmentDetectionFilters.Builder> filters)
Filters for technical cue or shot detection.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.filters(StartSegmentDetectionFilters filters)
Filters for technical cue or shot detection.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.jobTag(String jobTag)
An identifier you specify that's returned in the completion notification that's published to your Amazon
Simple Notification Service topic.
|
default StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the segment detection operation.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.notificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the segment detection operation.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypes(Collection<SegmentType> segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypes(SegmentType... segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypesWithStrings(Collection<String> segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.segmentTypesWithStrings(String... segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.toBuilder() |
default StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.video(Consumer<Video.Builder> video)
Sets the value of the Video property for this object.
|
StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.video(Video video)
Sets the value of the Video property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartSegmentDetectionRequest.Builder> |
StartSegmentDetectionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.