AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.VideoMetadata

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class VideoMetadata

The VideoMetadata type exposes the following members

Constructors

NameDescription
Public Method VideoMetadata()

Properties

NameTypeDescription
Public Property Codec System.String

Gets and sets the property Codec.

Type of compression used in the analyzed video.

Public Property ColorRange Amazon.Rekognition.VideoColorRange

Gets and sets the property ColorRange.

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

Public Property DurationMillis System.Int64

Gets and sets the property DurationMillis.

Length of the video in milliseconds.

Public Property Format System.String

Gets and sets the property Format.

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

Public Property FrameHeight System.Int64

Gets and sets the property FrameHeight.

Vertical pixel dimension of the video.

Public Property FrameRate System.Single

Gets and sets the property FrameRate.

Number of frames per second in the video.

Public Property FrameWidth System.Int64

Gets and sets the property FrameWidth.

Horizontal pixel dimension of the video.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5