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
| Name | Description |
|---|---|
ABucket | Specify the name of the bucket containing the source object. |
AObject | Specify the key of the object in the bucket. |
AVersion | Optional, specify an object version. |
Methods
FromS3Object
class function FromS3Object(const ABucket, AObject: string; const AVersion: string = ''): TRekognitionVideo;
Source a video from an S3 object.
Parameters
| Name | Description |
|---|---|
ABucket | Specify the name of the bucket containing the source object. |
AObject | Specify the key of the object in the bucket. |
AVersion | Optional, specify an object version. |
Returns
Returns an instance of TRekognitionVideo containing an S3 object source.