| 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<StartStreamProcessorResult> |
AmazonRekognitionAsyncClient.startStreamProcessorAsync(StartStreamProcessorRequest request,
AsyncHandler<StartStreamProcessorRequest,StartStreamProcessorResult> asyncHandler) |
Future<StartStreamProcessorResult> |
AbstractAmazonRekognitionAsync.startStreamProcessorAsync(StartStreamProcessorRequest request,
AsyncHandler<StartStreamProcessorRequest,StartStreamProcessorResult> asyncHandler) |
Future<StartStreamProcessorResult> |
AmazonRekognitionAsync.startStreamProcessorAsync(StartStreamProcessorRequest startStreamProcessorRequest,
AsyncHandler<StartStreamProcessorRequest,StartStreamProcessorResult> asyncHandler)
Starts processing a stream processor.
|
| Modifier and Type | Method and Description |
|---|---|
StartStreamProcessorRequest |
StartStreamProcessorRequest.clone() |
StartStreamProcessorRequest |
StartStreamProcessorRequest.withName(String name)
The name of the stream processor to start processing.
|
StartStreamProcessorRequest |
StartStreamProcessorRequest.withStartSelector(StreamProcessingStartSelector startSelector)
Specifies the starting point in the Kinesis stream to start processing.
|
StartStreamProcessorRequest |
StartStreamProcessorRequest.withStopSelector(StreamProcessingStopSelector stopSelector)
Specifies when to stop processing the stream.
|
Copyright © 2023. All rights reserved.