| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSegmentDetectionResult> |
AbstractAmazonRekognitionAsync.startSegmentDetectionAsync(StartSegmentDetectionRequest request,
AsyncHandler<StartSegmentDetectionRequest,StartSegmentDetectionResult> asyncHandler) |
Future<StartSegmentDetectionResult> |
AmazonRekognitionAsync.startSegmentDetectionAsync(StartSegmentDetectionRequest startSegmentDetectionRequest,
AsyncHandler<StartSegmentDetectionRequest,StartSegmentDetectionResult> asyncHandler)
Starts asynchronous detection of segment detection in a stored video.
|
Future<StartSegmentDetectionResult> |
AmazonRekognitionAsyncClient.startSegmentDetectionAsync(StartSegmentDetectionRequest request,
AsyncHandler<StartSegmentDetectionRequest,StartSegmentDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.clone() |
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the start request.
|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withFilters(StartSegmentDetectionFilters filters)
Filters for technical cue or shot detection.
|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withJobTag(String jobTag)
An identifier you specify that's returned in the completion notification that's published to your Amazon Simple
Notification Service topic.
|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withNotificationChannel(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 |
StartSegmentDetectionRequest.withSegmentTypes(Collection<String> segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withSegmentTypes(SegmentType... segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withSegmentTypes(String... segmentTypes)
An array of segment types to detect in the video.
|
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withVideo(Video video) |
Copyright © 2025. All rights reserved.