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
| Name | Description |
|---|---|
AS3Bucket | Specify the Amazon S3 bucket to contain the output of the media analysis job. |
AS3KeyPrefix | Specify the Amazon S3 key prefix for the ouput objects of the media analysis job. |