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 |
Documentation
data LendingDocument Source #
Holds the structured data returned by AnalyzeDocument for lending documents.
See: newLendingDocument
smart constructor.
LendingDocument' | |
|
Instances
newLendingDocument :: LendingDocument Source #
Create a value of LendingDocument
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:lendingFields:LendingDocument'
, lendingDocument_lendingFields
- An array of LendingField objects.
$sel:signatureDetections:LendingDocument'
, lendingDocument_signatureDetections
- A list of signatures detected in a lending document.
lendingDocument_lendingFields :: Lens' LendingDocument (Maybe [LendingField]) Source #
An array of LendingField objects.
lendingDocument_signatureDetections :: Lens' LendingDocument (Maybe [SignatureDetection]) Source #
A list of signatures detected in a lending document.