TRekognitionOutputConfig
Class in AWS.Rekognition
OutputConfig class.
Ancestors
Properties
S3Bucket
property S3Bucket: string
S3KeyPrefix
property S3KeyPrefix: string
Constructors
Create
constructor Create; overload;
Constructor for TRekognitionOutputConfig.
constructor Create(const AS3Bucket, AS3KeyPrefix: string); overload;
Constructor for TRekognitionOutputConfig.
Parameters
| Name | Description |
|---|---|
AS3Bucket | Specify the S3 bucket where training out is to be placed. |
AS3KeyPrefix | Specify the prefix to be applied to the training output files. |