Struct rusoto_rekognition::Video[][src]

pub struct Video {
    pub s3_object: Option<S3Object>,
}

Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as use Video to specify a video for analysis. The supported file formats are .mp4, .mov and .avi.

Fields

The Amazon S3 bucket name and file name for the video.

Trait Implementations

impl Default for Video
[src]

Returns the "default value" for a type. Read more

impl Debug for Video
[src]

Formats the value using the given formatter. Read more

impl Clone for Video
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Video
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Video

impl Sync for Video