Class: Aws::Rekognition::Types::StreamProcessorSettingsForUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessorSettingsForUpdate
- 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
-
#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.
6118 6119 6120 6121 6122 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6118 class StreamProcessorSettingsForUpdate < Struct.new( :connected_home_for_update) SENSITIVE = [] include Aws::Structure end |