Skip to main content

TRekognitionMediaAnalysisInput

Class in AWS.Rekognition

MediaAnalysisInput class.

Ancestors

Properties

S3Object

property S3Object: IRekognitionS3Object

Type: IRekognitionS3Object

Constructors

Create

constructor Create; overload;

Constructor for TRekognitionMediaAnalysisInput.


constructor Create(const AS3Object: IRekognitionS3Object); overload;

IRekognitionS3Object

Constructor for TRekognitionMediaAnalysisInput.

Parameters

NameDescription
AS3ObjectSpecify the S3 object location for the input.

constructor Create(const AS3Bucket, AS3ObjectName: string; const AS3ObjectVersion: string = ''); overload;

Constructor for TRekognitionMediaAnalysisInput.

Parameters

NameDescription
AS3BucketSpecify the name of the bucket containing the input object.
AS3ObjectNameSpecify the key of the object in the bucket.
AS3ObjectVersionOptional, specify an object version.