| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionResult |
AmazonRekognitionClient.startSegmentDetection(StartSegmentDetectionRequest request)
Starts asynchronous detection of segment detection in a stored video.
|
StartSegmentDetectionResult |
AmazonRekognition.startSegmentDetection(StartSegmentDetectionRequest startSegmentDetectionRequest)
Starts asynchronous detection of segment detection in a stored video.
|
StartSegmentDetectionResult |
AbstractAmazonRekognition.startSegmentDetection(StartSegmentDetectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSegmentDetectionResult> |
AmazonRekognitionAsync.startSegmentDetectionAsync(StartSegmentDetectionRequest startSegmentDetectionRequest,
AsyncHandler<StartSegmentDetectionRequest,StartSegmentDetectionResult> asyncHandler)
Starts asynchronous detection of segment detection in a stored video.
|
Future<StartSegmentDetectionResult> |
AbstractAmazonRekognitionAsync.startSegmentDetectionAsync(StartSegmentDetectionRequest request,
AsyncHandler<StartSegmentDetectionRequest,StartSegmentDetectionResult> asyncHandler) |
Future<StartSegmentDetectionResult> |
AmazonRekognitionAsyncClient.startSegmentDetectionAsync(StartSegmentDetectionRequest request,
AsyncHandler<StartSegmentDetectionRequest,StartSegmentDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionResult |
StartSegmentDetectionResult.clone() |
StartSegmentDetectionResult |
StartSegmentDetectionResult.withJobId(String jobId)
Unique identifier for the segment detection job.
|
Copyright © 2021. All rights reserved.