class Aws::Rekognition::Types::VideoMetadata

Information about a video that Amazon Rekognition analyzed. `Videometadata` is returned in every page of paginated responses from a Amazon Rekognition video operation.

@!attribute [rw] codec

Type of compression used in the analyzed video.
@return [String]

@!attribute [rw] duration_millis

Length of the video in milliseconds.
@return [Integer]

@!attribute [rw] format

Format of the analyzed video. Possible values are MP4, MOV and AVI.
@return [String]

@!attribute [rw] frame_rate

Number of frames per second in the video.
@return [Float]

@!attribute [rw] frame_height

Vertical pixel dimension of the video.
@return [Integer]

@!attribute [rw] frame_width

Horizontal pixel dimension of the video.
@return [Integer]

@!attribute [rw] color_range

A description of the range of luminance values in a video, either
LIMITED (16 to 235) or FULL (0 to 255).
@return [String]

Constants

SENSITIVE