AWSRekognitionVideo
Objective-C
@interface AWSRekognitionVideo
Swift
class AWSRekognitionVideo
Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as StartLabelDetection use Video
to specify a video for analysis. The supported file formats are .mp4, .mov and .avi.
-
The Amazon S3 bucket name and file name for the video.
Declaration
Objective-C
@property (nonatomic, strong) AWSRekognitionS3Object *_Nullable s3Object;
Swift
var s3Object: AWSRekognitionS3Object? { get set }