TTextractS3Object
Class in AWS.Textract
S3Object class.
Ancestors
Properties
Bucket
property Bucket: string
Name
property Name: string
Version
property Version: string
Constructors
Create
constructor Create(const ABucket, AName: string; const AVersion: string = '');
Constructor for TTextractS3Object.
Parameters
| Name | Description |
|---|---|
ABucket | Specifies the name of the Amazon S3 bucket containing the input document. |
AName | Specifies the name of the input document on Amazon S3. |
AVersion | Specifies the version of the object to use as the input documents. |