| 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.DetectedSignature
Description
Synopsis
Documentation
data DetectedSignature Source #
A structure that holds information regarding a detected signature on a page.
See: newDetectedSignature smart constructor.
Constructors
| DetectedSignature' | |
Instances
newDetectedSignature :: DetectedSignature Source #
Create a value of DetectedSignature 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:DetectedSignature', detectedSignature_page - The page a detected signature was found on.
detectedSignature_page :: Lens' DetectedSignature (Maybe Natural) Source #
The page a detected signature was found on.