You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::VideoMetadata

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#codecString

Type of compression used in the analyzed video.

Returns:

  • (String)

    Type of compression used in the analyzed video.

#duration_millisInteger

Length of the video in milliseconds.

Returns:

  • (Integer)

    Length of the video in milliseconds.

#formatString

Format of the analyzed video. Possible values are MP4, MOV and AVI.

Returns:

  • (String)

    Format of the analyzed video.

#frame_heightInteger

Vertical pixel dimension of the video.

Returns:

  • (Integer)

    Vertical pixel dimension of the video.

#frame_rateFloat

Number of frames per second in the video.

Returns:

  • (Float)

    Number of frames per second in the video.

#frame_widthInteger

Horizontal pixel dimension of the video.

Returns:

  • (Integer)

    Horizontal pixel dimension of the video.