| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Rekognition.Types.StreamProcessorSettingsForUpdate
Description
Documentation
data StreamProcessorSettingsForUpdate Source #
The stream processor settings that you want to update. ConnectedHome
settings can be updated to detect different labels with a different
minimum confidence.
See: newStreamProcessorSettingsForUpdate smart constructor.
Constructors
| StreamProcessorSettingsForUpdate' | |
Fields
| |
Instances
newStreamProcessorSettingsForUpdate :: StreamProcessorSettingsForUpdate Source #
Create a value of StreamProcessorSettingsForUpdate with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectedHomeForUpdate:StreamProcessorSettingsForUpdate', streamProcessorSettingsForUpdate_connectedHomeForUpdate - The label detection settings you want to use for your stream processor.
streamProcessorSettingsForUpdate_connectedHomeForUpdate :: Lens' StreamProcessorSettingsForUpdate (Maybe ConnectedHomeSettingsForUpdate) Source #
The label detection settings you want to use for your stream processor.