AWSTextractLineItemGroup
Objective-C
@interface AWSTextractLineItemGroup
Swift
class AWSTextractLineItemGroup
A grouping of tables which contain LineItems, with each table identified by the table’s 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.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable lineItemGroupIndex;
Swift
var lineItemGroupIndex: NSNumber? { get set }
-
The breakdown of information on a particular line of a table.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSTextractLineItemFields *> *_Nullable lineItems;
Swift
var lineItems: [AWSTextractLineItemFields]? { get set }