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 DocumentClass Source #
Specifies the class that categorizes the document being analyzed
See: newDocumentClass
smart constructor.
Instances
newDocumentClass :: DocumentClass Source #
Create a value of DocumentClass
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:DocumentClass'
, documentClass_score
- The confidence score that Amazon Comprehend has this class correctly
attributed.
$sel:name:DocumentClass'
, documentClass_name
- The name of the class.
documentClass_score :: Lens' DocumentClass (Maybe Double) Source #
The confidence score that Amazon Comprehend has this class correctly attributed.
documentClass_name :: Lens' DocumentClass (Maybe Text) Source #
The name of the class.