amazonka-textract-2.0: Amazon Textract SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
FromJSON DetectedSignature Source # 
Instance details

Defined in Amazonka.Textract.Types.DetectedSignature

Generic DetectedSignature Source # 
Instance details

Defined in Amazonka.Textract.Types.DetectedSignature

Associated Types

type Rep DetectedSignature :: Type -> Type #

Read DetectedSignature Source # 
Instance details

Defined in Amazonka.Textract.Types.DetectedSignature

Show DetectedSignature Source # 
Instance details

Defined in Amazonka.Textract.Types.DetectedSignature

NFData DetectedSignature Source # 
Instance details

Defined in Amazonka.Textract.Types.DetectedSignature

Methods

rnf :: DetectedSignature -> () #

Eq DetectedSignature Source # 
Instance details

Defined in Amazonka.Textract.Types.DetectedSignature

Hashable DetectedSignature Source # 
Instance details

Defined in Amazonka.Textract.Types.DetectedSignature

type Rep DetectedSignature Source # 
Instance details

Defined in Amazonka.Textract.Types.DetectedSignature

type Rep DetectedSignature = D1 ('MetaData "DetectedSignature" "Amazonka.Textract.Types.DetectedSignature" "amazonka-textract-2.0-6i5mJlqzS4xCepXxXFK6UK" 'False) (C1 ('MetaCons "DetectedSignature'" 'PrefixI 'True) (S1 ('MetaSel ('Just "page") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

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.