Class: Aws::Rekognition::Types::StreamProcessingStartSelector
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessingStartSelector
- Includes:
- Structure
- Defined in:
- 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.
7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7567 class StreamProcessingStartSelector < Struct.new( :kvs_stream_start_selector) SENSITIVE = [] include Aws::Structure end |