Skip to main content

TRekognitionVideo

Class in AWS.Rekognition

Video class.

Ancestors

Properties

S3Object

property S3Object: IRekognitionS3Object

Type: IRekognitionS3Object

Constructors

Create

constructor Create; overload;

Constructor for TRekognitionVideo.


constructor Create(const ABucket, AObject: string; const AVersion: string = ''); overload;

Constructor for TRekognitionVideo.

Parameters

NameDescription
ABucketSpecify the name of the bucket containing the source object.
AObjectSpecify the key of the object in the bucket.
AVersionOptional, specify an object version.

Methods

FromS3Object

class function FromS3Object(const ABucket, AObject: string; const AVersion: string = ''): TRekognitionVideo;

TRekognitionVideo

Source a video from an S3 object.

Parameters

NameDescription
ABucketSpecify the name of the bucket containing the source object.
AObjectSpecify the key of the object in the bucket.
AVersionOptional, specify an object version.

Returns

Returns an instance of TRekognitionVideo containing an S3 object source.