amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

Description

 
Synopsis

Documentation

data ConnectedHomeSettingsForUpdate Source #

The label detection settings you want to use in your stream processor. This includes the labels you want the stream processor to detect and the minimum confidence level allowed to label objects.

See: newConnectedHomeSettingsForUpdate smart constructor.

Constructors

ConnectedHomeSettingsForUpdate' 

Fields

  • labels :: Maybe (NonEmpty Text)

    Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".

  • minConfidence :: Maybe Double

    The minimum confidence required to label an object in the video.

Instances

Instances details
ToJSON ConnectedHomeSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

Generic ConnectedHomeSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

Associated Types

type Rep ConnectedHomeSettingsForUpdate :: Type -> Type #

Read ConnectedHomeSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

Show ConnectedHomeSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

NFData ConnectedHomeSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

Eq ConnectedHomeSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

Hashable ConnectedHomeSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

type Rep ConnectedHomeSettingsForUpdate Source # 
Instance details

Defined in Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate

type Rep ConnectedHomeSettingsForUpdate = D1 ('MetaData "ConnectedHomeSettingsForUpdate" "Amazonka.Rekognition.Types.ConnectedHomeSettingsForUpdate" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "ConnectedHomeSettingsForUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "labels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "minConfidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newConnectedHomeSettingsForUpdate :: ConnectedHomeSettingsForUpdate Source #

Create a value of ConnectedHomeSettingsForUpdate 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:labels:ConnectedHomeSettingsForUpdate', connectedHomeSettingsForUpdate_labels - Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".

$sel:minConfidence:ConnectedHomeSettingsForUpdate', connectedHomeSettingsForUpdate_minConfidence - The minimum confidence required to label an object in the video.

connectedHomeSettingsForUpdate_labels :: Lens' ConnectedHomeSettingsForUpdate (Maybe (NonEmpty Text)) Source #

Specifies what you want to detect in the video, such as people, packages, or pets. The current valid labels you can include in this list are: "PERSON", "PET", "PACKAGE", and "ALL".

connectedHomeSettingsForUpdate_minConfidence :: Lens' ConnectedHomeSettingsForUpdate (Maybe Double) Source #

The minimum confidence required to label an object in the video.