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;
Constructor for TRekognitionMediaAnalysisInput.
Parameters
| Name | Description |
|---|---|
AS3Object | Specify the S3 object location for the input. |
constructor Create(const AS3Bucket, AS3ObjectName: string; const AS3ObjectVersion: string = ''); overload;
Constructor for TRekognitionMediaAnalysisInput.
Parameters
| Name | Description |
|---|---|
AS3Bucket | Specify the name of the bucket containing the input object. |
AS3ObjectName | Specify the key of the object in the bucket. |
AS3ObjectVersion | Optional, specify an object version. |