Class: Aws::Rekognition::Types::StreamProcessorSettingsForUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessorSettingsForUpdate
- Includes:
- Structure
- Defined in:
- 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
-
#connected_home_for_update ⇒ Types::ConnectedHomeSettingsForUpdate
The label detection settings you want to use for your stream processor.
Instance Attribute Details
#connected_home_for_update ⇒ Types::ConnectedHomeSettingsForUpdate
The label detection settings you want to use for your stream processor.
7726 7727 7728 7729 7730 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7726 class StreamProcessorSettingsForUpdate < Struct.new( :connected_home_for_update) SENSITIVE = [] include Aws::Structure end |