Skip to main content

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

NameDescription
AS3BucketSpecify the S3 bucket where training out is to be placed.
AS3KeyPrefixSpecify the prefix to be applied to the training output files.