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

Description

 
Synopsis

Documentation

data LendingSummary Source #

Contains information regarding DocumentGroups and UndetectedDocumentTypes.

See: newLendingSummary smart constructor.

Constructors

LendingSummary' 

Fields

Instances

Instances details
FromJSON LendingSummary Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingSummary

Generic LendingSummary Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingSummary

Associated Types

type Rep LendingSummary :: Type -> Type #

Read LendingSummary Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingSummary

Show LendingSummary Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingSummary

NFData LendingSummary Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingSummary

Methods

rnf :: LendingSummary -> () #

Eq LendingSummary Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingSummary

Hashable LendingSummary Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingSummary

type Rep LendingSummary Source # 
Instance details

Defined in Amazonka.Textract.Types.LendingSummary

type Rep LendingSummary = D1 ('MetaData "LendingSummary" "Amazonka.Textract.Types.LendingSummary" "amazonka-textract-2.0-6i5mJlqzS4xCepXxXFK6UK" 'False) (C1 ('MetaCons "LendingSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "documentGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DocumentGroup])) :*: S1 ('MetaSel ('Just "undetectedDocumentTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newLendingSummary :: LendingSummary Source #

Create a value of LendingSummary 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:documentGroups:LendingSummary', lendingSummary_documentGroups - Contains an array of all DocumentGroup objects.

$sel:undetectedDocumentTypes:LendingSummary', lendingSummary_undetectedDocumentTypes - UndetectedDocumentTypes.

lendingSummary_documentGroups :: Lens' LendingSummary (Maybe [DocumentGroup]) Source #

Contains an array of all DocumentGroup objects.