AWSTextractSplitDocument
Objective-C
@interface AWSTextractSplitDocument
Swift
class AWSTextractSplitDocument
Contains information about the pages of a document, defined by logical boundary.
-
The index for a given document in a DocumentGroup of a specific Type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable index;
Swift
var index: NSNumber? { get set }
-
An array of page numbers for a for a given document, ordered by logical boundary.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSNumber *> *_Nullable pages;
Swift
var pages: [NSNumber]? { get set }