Skip to main content

TRekognitionMediaAnalysisOutputConfig

Class in AWS.Rekognition

MediaAnalysisOutputConfig class.

Ancestors

Properties

S3Bucket

property S3Bucket: string

S3KeyPrefix

property S3KeyPrefix: string

Constructors

Create

constructor Create; overload;

Constructor for TRekognitionMediaAnalysisOutputConfig.


constructor Create(const AS3Bucket: string; const AS3KeyPrefix: string = ''); overload;

Constructor for TRekognitionMediaAnalysisOutputConfig.

Parameters

NameDescription
AS3BucketSpecify the Amazon S3 bucket to contain the output of the media analysis job.
AS3KeyPrefixSpecify the Amazon S3 key prefix for the ouput objects of the media analysis job.