AWSRekognitionMediaAnalysisOutputConfig

Objective-C

@interface AWSRekognitionMediaAnalysisOutputConfig

Swift

class AWSRekognitionMediaAnalysisOutputConfig

Output configuration provided in the job creation request.

Required parameters: [S3Bucket]

  • Specifies the Amazon S3 bucket to contain the output of the media analysis job.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable s3Bucket;

    Swift

    var s3Bucket: String? { get set }
  • Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for storage.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable s3KeyPrefix;

    Swift

    var s3KeyPrefix: String? { get set }