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.LendingDetection

Description

 
Synopsis

Documentation

data LendingDetection Source #

The results extracted for a lending document.

See: newLendingDetection smart constructor.

Constructors

LendingDetection' 

Fields

Instances

Instances details
FromJSON LendingDetection Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingDetection

Generic LendingDetection Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingDetection

Associated Types

type Rep LendingDetection :: Type -> Type #

Read LendingDetection Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingDetection

Show LendingDetection Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingDetection

NFData LendingDetection Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingDetection

Methods

rnf :: LendingDetection -> () #

Eq LendingDetection Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingDetection

Hashable LendingDetection Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingDetection

type Rep LendingDetection Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingDetection

type Rep LendingDetection = D1 ('MetaData "LendingDetection" "Amazonka.Textract.Types.LendingDetection" "amazonka-textract-2.0-6i5mJlqzS4xCepXxXFK6UK" 'False) (C1 ('MetaCons "LendingDetection'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "confidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "geometry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Geometry))) :*: (S1 ('MetaSel ('Just "selectionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SelectionStatus)) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newLendingDetection :: LendingDetection Source #

Create a value of LendingDetection 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:confidence:LendingDetection', lendingDetection_confidence - The confidence level for the text of a detected value in a lending document.

$sel:geometry:LendingDetection', lendingDetection_geometry - Undocumented member.

$sel:selectionStatus:LendingDetection', lendingDetection_selectionStatus - The selection status of a selection element, such as an option button or check box.

$sel:text:LendingDetection', lendingDetection_text - The text extracted for a detected value in a lending document.

lendingDetection_confidence :: Lens' LendingDetection (Maybe Double) Source #

The confidence level for the text of a detected value in a lending document.

lendingDetection_selectionStatus :: Lens' LendingDetection (Maybe SelectionStatus) Source #

The selection status of a selection element, such as an option button or check box.

lendingDetection_text :: Lens' LendingDetection (Maybe Text) Source #

The text extracted for a detected value in a lending document.