| 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 |
|---|---|
StartSegmentDetectionResult |
AbstractAmazonRekognition.startSegmentDetection(StartSegmentDetectionRequest request) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartSegmentDetectionResult> |
AbstractAmazonRekognitionAsync.startSegmentDetectionAsync(StartSegmentDetectionRequest request,
AsyncHandler<StartSegmentDetectionRequest,StartSegmentDetectionResult> asyncHandler) |
Future<StartSegmentDetectionResult> |
AmazonRekognitionAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
StartSegmentDetectionResult |
StartSegmentDetectionResult.clone() |
StartSegmentDetectionResult |
StartSegmentDetectionResult.withJobId(String jobId)
Unique identifier for the segment detection job.
|
Copyright © 2024. All rights reserved.