libZSservicesZSamazonka-textractZSamazonka-textract
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Textract.Types.LineItemGroup

Description

 
Synopsis

Documentation

data LineItemGroup Source #

A grouping of tables which contain LineItems, with each table identified by the table's LineItemGroupIndex.

See: newLineItemGroup smart constructor.

Constructors

LineItemGroup' 

Fields

Instances

Instances details
Eq LineItemGroup Source # 
Instance details

Defined in Amazonka.Textract.Types.LineItemGroup

Read LineItemGroup Source # 
Instance details

Defined in Amazonka.Textract.Types.LineItemGroup

Show LineItemGroup Source # 
Instance details

Defined in Amazonka.Textract.Types.LineItemGroup

Generic LineItemGroup Source # 
Instance details

Defined in Amazonka.Textract.Types.LineItemGroup

Associated Types

type Rep LineItemGroup :: Type -> Type #

NFData LineItemGroup Source # 
Instance details

Defined in Amazonka.Textract.Types.LineItemGroup

Methods

rnf :: LineItemGroup -> () #

Hashable LineItemGroup Source # 
Instance details

Defined in Amazonka.Textract.Types.LineItemGroup

FromJSON LineItemGroup Source # 
Instance details

Defined in Amazonka.Textract.Types.LineItemGroup

type Rep LineItemGroup Source # 
Instance details

Defined in Amazonka.Textract.Types.LineItemGroup

type Rep LineItemGroup = D1 ('MetaData "LineItemGroup" "Amazonka.Textract.Types.LineItemGroup" "libZSservicesZSamazonka-textractZSamazonka-textract" 'False) (C1 ('MetaCons "LineItemGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lineItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LineItemFields])) :*: S1 ('MetaSel ('Just "lineItemGroupIndex") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newLineItemGroup :: LineItemGroup Source #

Create a value of LineItemGroup 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:lineItems:LineItemGroup', lineItemGroup_lineItems - The breakdown of information on a particular line of a table.

$sel:lineItemGroupIndex:LineItemGroup', lineItemGroup_lineItemGroupIndex - The number used to identify a specific table in a document. The first table encountered will have a LineItemGroupIndex of 1, the second 2, etc.

lineItemGroup_lineItems :: Lens' LineItemGroup (Maybe [LineItemFields]) Source #

The breakdown of information on a particular line of a table.

lineItemGroup_lineItemGroupIndex :: Lens' LineItemGroup (Maybe Natural) Source #

The number used to identify a specific table in a document. The first table encountered will have a LineItemGroupIndex of 1, the second 2, etc.