| 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.UndetectedSignature
Description
Documentation
data UndetectedSignature Source #
A structure containing information about an undetected signature on a page where it was expected but not found.
See: newUndetectedSignature smart constructor.
Constructors
| UndetectedSignature' | |
Instances
newUndetectedSignature :: UndetectedSignature Source #
Create a value of UndetectedSignature 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:page:UndetectedSignature', undetectedSignature_page - The page where a signature was expected but not found.
undetectedSignature_page :: Lens' UndetectedSignature (Maybe Natural) Source #
The page where a signature was expected but not found.