Class: Aws::Rekognition::Types::StreamProcessorSettingsForUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Overview

The stream processor settings that you want to update. ConnectedHome settings can be updated to detect different labels with a different minimum confidence.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connected_home_for_updateTypes::ConnectedHomeSettingsForUpdate

The label detection settings you want to use for your stream processor.



7713
7714
7715
7716
7717
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 7713

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