| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessorInput |
StreamProcessorInput.clone() |
StreamProcessorInput |
CreateStreamProcessorRequest.getInput()
Kinesis video stream stream that provides the source streaming video.
|
StreamProcessorInput |
DescribeStreamProcessorResult.getInput()
Kinesis video stream that provides the source streaming video.
|
StreamProcessorInput |
StreamProcessorInput.withKinesisVideoStream(KinesisVideoStream kinesisVideoStream)
The Kinesis video stream input stream for the source streaming video.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStreamProcessorRequest.setInput(StreamProcessorInput input)
Kinesis video stream stream that provides the source streaming video.
|
void |
DescribeStreamProcessorResult.setInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
|
CreateStreamProcessorRequest |
CreateStreamProcessorRequest.withInput(StreamProcessorInput input)
Kinesis video stream stream that provides the source streaming video.
|
DescribeStreamProcessorResult |
DescribeStreamProcessorResult.withInput(StreamProcessorInput input)
Kinesis video stream that provides the source streaming video.
|
Copyright © 2021. All rights reserved.