Class: Aws::Rekognition::Types::StreamProcessingStartSelector

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#kvs_stream_start_selectorTypes::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.



7554
7555
7556
7557
7558
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7554

class StreamProcessingStartSelector < Struct.new(
  :kvs_stream_start_selector)
  SENSITIVE = []
  include Aws::Structure
end