Interface protos.google.cloud.video.transcoder.v1.PreprocessingConfig.ICrop (1.6.1)

Properties of a Crop.

Package

@google-cloud/video-transcoder!

Properties

bottomPixels

bottomPixels?: (number|null);

Crop bottomPixels

Property Value
TypeDescription
(number|null)

leftPixels

leftPixels?: (number|null);

Crop leftPixels

Property Value
TypeDescription
(number|null)

rightPixels

rightPixels?: (number|null);

Crop rightPixels

Property Value
TypeDescription
(number|null)

topPixels

topPixels?: (number|null);

Crop topPixels

Property Value
TypeDescription
(number|null)