| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessorOutput |
StreamProcessorOutput.clone() |
StreamProcessorOutput |
DescribeStreamProcessorResult.getOutput()
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
StreamProcessorOutput |
CreateStreamProcessorRequest.getOutput()
Kinesis data stream stream or Amazon S3 bucket location to which Amazon Rekognition Video puts the analysis
results.
|
StreamProcessorOutput |
StreamProcessorOutput.withKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
StreamProcessorOutput |
StreamProcessorOutput.withS3Destination(S3Destination s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video
analysis operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStreamProcessorResult.setOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
void |
CreateStreamProcessorRequest.setOutput(StreamProcessorOutput output)
Kinesis data stream stream or Amazon S3 bucket location to which Amazon Rekognition Video puts the analysis
results.
|
DescribeStreamProcessorResult |
DescribeStreamProcessorResult.withOutput(StreamProcessorOutput output)
Kinesis data stream to which Amazon Rekognition Video puts the analysis results.
|
CreateStreamProcessorRequest |
CreateStreamProcessorRequest.withOutput(StreamProcessorOutput output)
Kinesis data stream stream or Amazon S3 bucket location to which Amazon Rekognition Video puts the analysis
results.
|
Copyright © 2022. All rights reserved.