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.Extraction
Description
Documentation
data Extraction Source #
Contains information extracted by an analysis operation after using StartLendingAnalysis.
See: newExtraction
smart constructor.
Constructors
Extraction' | |
Fields
|
Instances
newExtraction :: Extraction Source #
Create a value of Extraction
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:expenseDocument:Extraction'
, extraction_expenseDocument
- Undocumented member.
$sel:identityDocument:Extraction'
, extraction_identityDocument
- Undocumented member.
$sel:lendingDocument:Extraction'
, extraction_lendingDocument
- Holds the structured data returned by AnalyzeDocument for lending
documents.
extraction_expenseDocument :: Lens' Extraction (Maybe ExpenseDocument) Source #
Undocumented member.
extraction_identityDocument :: Lens' Extraction (Maybe IdentityDocument) Source #
Undocumented member.
extraction_lendingDocument :: Lens' Extraction (Maybe LendingDocument) Source #
Holds the structured data returned by AnalyzeDocument for lending documents.