libZSservicesZSamazonka-comprehendZSamazonka-comprehend
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Comprehend.Types.EntityLabel

Description

 
Synopsis

Documentation

data EntityLabel Source #

Specifies one of the label or labels that categorize the personally identifiable information (PII) entity being analyzed.

See: newEntityLabel smart constructor.

Constructors

EntityLabel' 

Fields

Instances

Instances details
Eq EntityLabel Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityLabel

Read EntityLabel Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityLabel

Show EntityLabel Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityLabel

Generic EntityLabel Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityLabel

Associated Types

type Rep EntityLabel :: Type -> Type #

NFData EntityLabel Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityLabel

Methods

rnf :: EntityLabel -> () #

Hashable EntityLabel Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityLabel

FromJSON EntityLabel Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityLabel

type Rep EntityLabel Source # 
Instance details

Defined in Amazonka.Comprehend.Types.EntityLabel

type Rep EntityLabel = D1 ('MetaData "EntityLabel" "Amazonka.Comprehend.Types.EntityLabel" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "EntityLabel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "score") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PiiEntityType))))

newEntityLabel :: EntityLabel Source #

Create a value of EntityLabel 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:score:EntityLabel', entityLabel_score - The level of confidence that Amazon Comprehend has in the accuracy of the detection.

$sel:name:EntityLabel', entityLabel_name - The name of the label.

entityLabel_score :: Lens' EntityLabel (Maybe Double) Source #

The level of confidence that Amazon Comprehend has in the accuracy of the detection.