AWSTextractDocumentLocation
Objective-C
@interface AWSTextractDocumentLocation
Swift
class AWSTextractDocumentLocation
The Amazon S3 bucket that contains the document to be processed. It’s used by asynchronous operations.
The input document can be an image file in JPEG or PNG format. It can also be a file in PDF format.
-
The Amazon S3 bucket that contains the input document.
Declaration
Objective-C
@property (nonatomic, strong) AWSTextractS3Object *_Nullable s3Object;
Swift
var s3Object: AWSTextractS3Object? { get set }