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.LabelCategory

Description

 
Synopsis

Documentation

data LabelCategory Source #

The category that applies to a given label.

See: newLabelCategory smart constructor.

Constructors

LabelCategory' 

Fields

  • name :: Maybe Text

    The name of a category that applies to a given label.

Instances

Instances details
FromJSON LabelCategory Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelCategory

Generic LabelCategory Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelCategory

Associated Types

type Rep LabelCategory :: Type -> Type #

Read LabelCategory Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelCategory

Show LabelCategory Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelCategory

NFData LabelCategory Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelCategory

Methods

rnf :: LabelCategory -> () #

Eq LabelCategory Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelCategory

Hashable LabelCategory Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelCategory

type Rep LabelCategory Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelCategory

type Rep LabelCategory = D1 ('MetaData "LabelCategory" "Amazonka.Rekognition.Types.LabelCategory" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "LabelCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLabelCategory :: LabelCategory Source #

Create a value of LabelCategory 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:name:LabelCategory', labelCategory_name - The name of a category that applies to a given label.

labelCategory_name :: Lens' LabelCategory (Maybe Text) Source #

The name of a category that applies to a given label.