Interface protos.google.cloud.video.transcoder.v1beta1.PreprocessingConfig.ICrop

Properties of a Crop.

Package

@google-cloud/video-transcoder

Properties

bottomPixels

bottomPixels?: (number|null);

Crop bottomPixels

leftPixels

leftPixels?: (number|null);

Crop leftPixels

rightPixels

rightPixels?: (number|null);

Crop rightPixels

topPixels

topPixels?: (number|null);

Crop topPixels