Class: Aws::Rekognition::Types::StreamProcessingStartSelector
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessingStartSelector
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Overview
This is a required parameter for label detection stream processors and should not be used to start a face search stream processor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kvs_stream_start_selector ⇒ Types::KinesisVideoStreamStartSelector
Specifies the starting point in the stream to start processing.
Instance Attribute Details
#kvs_stream_start_selector ⇒ Types::KinesisVideoStreamStartSelector
Specifies the starting point in the stream to start processing. This can be done with a producer timestamp or a fragment number in a Kinesis stream.
5959 5960 5961 5962 5963 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5959 class StreamProcessingStartSelector < Struct.new( :kvs_stream_start_selector) SENSITIVE = [] include Aws::Structure end |