AWSRekognitionS3Destination
Objective-C
@interface AWSRekognitionS3Destination
Swift
class AWSRekognitionS3Destination
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video analysis operation. These results include the name of the stream processor resource, the session ID of the stream processing session, and labeled timestamps and bounding boxes for detected labels.
-
The name of the Amazon S3 bucket you want to associate with the streaming video project. You must be the owner of the Amazon S3 bucket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable bucket;
Swift
var bucket: String? { get set }
-
The prefix value of the location within the bucket that you want the information to be published to. For more information, see Using prefixes.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable keyPrefix;
Swift
var keyPrefix: String? { get set }