TTextractOutputConfig
Class in AWS.Textract
OutputConfig class.
Ancestors
Properties
S3Bucket
property S3Bucket: string
S3Prefix
property S3Prefix: string
Constructors
Create
constructor Create(const AS3Bucket: string; AS3Prefix: string = '');
Constructor for TTextractOutputConfig.
Parameters
| Name | Description |
|---|---|
AS3Bucket | Specify the name of the Amazon S3 bucket your output will go to. |
AS3Prefix | Specify a prefix for the object key that the output will be saved to. When not specified, the prefix will be. |