Uses of Class
software.amazon.awssdk.services.rekognition.model.StreamProcessorInput
-
Packages that use StreamProcessorInput Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of StreamProcessorInput in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return StreamProcessorInput Modifier and Type Method Description StreamProcessorInputCreateStreamProcessorRequest. input()Kinesis video stream stream that provides the source streaming video.StreamProcessorInputDescribeStreamProcessorResponse. input()Kinesis video stream that provides the source streaming video.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type StreamProcessorInput Modifier and Type Method Description CreateStreamProcessorRequest.BuilderCreateStreamProcessorRequest.Builder. input(StreamProcessorInput input)Kinesis video stream stream that provides the source streaming video.DescribeStreamProcessorResponse.BuilderDescribeStreamProcessorResponse.Builder. input(StreamProcessorInput input)Kinesis video stream that provides the source streaming video.
-