IRekognitionVideoMetadata
Interface in AWS.Rekognition
Interface for VideoMetadata.
Properties
Codec
property Codec: string
The type of compression used in the analyzed video.
ColorRange
property ColorRange: string
A description of the range of luminance values in a video.
Valid values: FULL | LIMITED. FULL indicates 0 to 255, and LIMITED indicates 16 to 235.
DurationMillis
property DurationMillis: TOptional<Int64>
The length of the video in milliseconds.
Format
property Format: string
The format of the analyzed video.
Possible values: AVI | MOV | MP4.
FrameHeight
property FrameHeight: TOptional<Integer>
The vertical pixel dimension of the video.
FrameRate
property FrameRate: TOptional<Single>
The number of frames per second in the video.
FrameWidth
property FrameWidth: TOptional<Integer>
The horizontal pixel dimension of the video.