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.
      7619 7620 7621 7622 7623  | 
    
      # File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7619 class StreamProcessingStartSelector < Struct.new( :kvs_stream_start_selector) SENSITIVE = [] include Aws::Structure end  |