| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Textract.Types.DocumentGroup
Description
Synopsis
- data DocumentGroup = DocumentGroup' {}
- newDocumentGroup :: DocumentGroup
- documentGroup_detectedSignatures :: Lens' DocumentGroup (Maybe [DetectedSignature])
- documentGroup_splitDocuments :: Lens' DocumentGroup (Maybe [SplitDocument])
- documentGroup_type :: Lens' DocumentGroup (Maybe Text)
- documentGroup_undetectedSignatures :: Lens' DocumentGroup (Maybe [UndetectedSignature])
Documentation
data DocumentGroup Source #
Summary information about documents grouped by the same document type.
See: newDocumentGroup smart constructor.
Constructors
| DocumentGroup' | |
Fields
| |
Instances
newDocumentGroup :: DocumentGroup Source #
Create a value of DocumentGroup 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:detectedSignatures:DocumentGroup', documentGroup_detectedSignatures - A list of the detected signatures found in a document group.
$sel:splitDocuments:DocumentGroup', documentGroup_splitDocuments - An array that contains information about the pages of a document,
defined by logical boundary.
$sel:type':DocumentGroup', documentGroup_type - The type of document that Amazon Textract has detected. See LINK for a
list of all types returned by Textract.
$sel:undetectedSignatures:DocumentGroup', documentGroup_undetectedSignatures - A list of any expected signatures not found in a document group.
documentGroup_detectedSignatures :: Lens' DocumentGroup (Maybe [DetectedSignature]) Source #
A list of the detected signatures found in a document group.
documentGroup_splitDocuments :: Lens' DocumentGroup (Maybe [SplitDocument]) Source #
An array that contains information about the pages of a document, defined by logical boundary.
documentGroup_type :: Lens' DocumentGroup (Maybe Text) Source #
The type of document that Amazon Textract has detected. See LINK for a list of all types returned by Textract.
documentGroup_undetectedSignatures :: Lens' DocumentGroup (Maybe [UndetectedSignature]) Source #
A list of any expected signatures not found in a document group.