| 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 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.
|
| 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 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 to which Amazon Rekognition Video puts the analysis results.
|
Copyright © 2021. All rights reserved.