| 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.IdentityDocument
Description
Synopsis
- data IdentityDocument = IdentityDocument' {}
- newIdentityDocument :: IdentityDocument
- identityDocument_blocks :: Lens' IdentityDocument (Maybe [Block])
- identityDocument_documentIndex :: Lens' IdentityDocument (Maybe Natural)
- identityDocument_identityDocumentFields :: Lens' IdentityDocument (Maybe [IdentityDocumentField])
Documentation
data IdentityDocument Source #
The structure that lists each document processed in an AnalyzeID operation.
See: newIdentityDocument smart constructor.
Constructors
| IdentityDocument' | |
Fields
| |
Instances
newIdentityDocument :: IdentityDocument Source #
Create a value of IdentityDocument 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:blocks:IdentityDocument', identityDocument_blocks - Individual word recognition, as returned by document detection.
$sel:documentIndex:IdentityDocument', identityDocument_documentIndex - Denotes the placement of a document in the IdentityDocument list. The
first document is marked 1, the second 2 and so on.
$sel:identityDocumentFields:IdentityDocument', identityDocument_identityDocumentFields - The structure used to record information extracted from identity
documents. Contains both normalized field and value of the extracted
text.
identityDocument_blocks :: Lens' IdentityDocument (Maybe [Block]) Source #
Individual word recognition, as returned by document detection.
identityDocument_documentIndex :: Lens' IdentityDocument (Maybe Natural) Source #
Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the second 2 and so on.
identityDocument_identityDocumentFields :: Lens' IdentityDocument (Maybe [IdentityDocumentField]) Source #
The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.