Class: Aws::Rekognition::Types::VideoMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::VideoMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Information about a video that Amazon Rekognition analyzed. ‘Videometadata` is returned in every page of paginated responses from a Amazon Rekognition video operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#codec ⇒ String
Type of compression used in the analyzed video.
-
#color_range ⇒ String
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
-
#duration_millis ⇒ Integer
Length of the video in milliseconds.
-
#format ⇒ String
Format of the analyzed video.
-
#frame_height ⇒ Integer
Vertical pixel dimension of the video.
-
#frame_rate ⇒ Float
Number of frames per second in the video.
-
#frame_width ⇒ Integer
Horizontal pixel dimension of the video.
Instance Attribute Details
#codec ⇒ String
Type of compression used in the analyzed video.
8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8317 class VideoMetadata < Struct.new( :codec, :duration_millis, :format, :frame_rate, :frame_height, :frame_width, :color_range) SENSITIVE = [] include Aws::Structure end |
#color_range ⇒ String
A description of the range of luminance values in a video, either LIMITED (16 to 235) or FULL (0 to 255).
8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8317 class VideoMetadata < Struct.new( :codec, :duration_millis, :format, :frame_rate, :frame_height, :frame_width, :color_range) SENSITIVE = [] include Aws::Structure end |
#duration_millis ⇒ Integer
Length of the video in milliseconds.
8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8317 class VideoMetadata < Struct.new( :codec, :duration_millis, :format, :frame_rate, :frame_height, :frame_width, :color_range) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
Format of the analyzed video. Possible values are MP4, MOV and AVI.
8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8317 class VideoMetadata < Struct.new( :codec, :duration_millis, :format, :frame_rate, :frame_height, :frame_width, :color_range) SENSITIVE = [] include Aws::Structure end |
#frame_height ⇒ Integer
Vertical pixel dimension of the video.
8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8317 class VideoMetadata < Struct.new( :codec, :duration_millis, :format, :frame_rate, :frame_height, :frame_width, :color_range) SENSITIVE = [] include Aws::Structure end |
#frame_rate ⇒ Float
Number of frames per second in the video.
8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8317 class VideoMetadata < Struct.new( :codec, :duration_millis, :format, :frame_rate, :frame_height, :frame_width, :color_range) SENSITIVE = [] include Aws::Structure end |
#frame_width ⇒ Integer
Horizontal pixel dimension of the video.
8317 8318 8319 8320 8321 8322 8323 8324 8325 8326 8327 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8317 class VideoMetadata < Struct.new( :codec, :duration_millis, :format, :frame_rate, :frame_height, :frame_width, :color_range) SENSITIVE = [] include Aws::Structure end |