Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
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.
entityLabel_name :: Lens' EntityLabel (Maybe PiiEntityType) Source #
The name of the label.