public sealed class Crop : IMessage<PreprocessingConfig.Types.Crop>, IEquatable<PreprocessingConfig.Types.Crop>, IDeepCloneable<PreprocessingConfig.Types.Crop>, IBufferMessage, IMessage
Video cropping configuration for the input video. The cropped input video
is scaled to match the output resolution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `Crop` class within the `Google.Cloud.Video.Transcoder.V1` namespace, specifically for video cropping configuration in the input video preprocessing."],["The `Crop` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for versatile functionality, and inherits from the standard `Object` class."],["The `Crop` class has constructor functions allowing initialization of an empty crop, or the copying of crop data from another `PreprocessingConfig.Types.Crop`."],["The `Crop` class contains properties `BottomPixels`, `LeftPixels`, `RightPixels`, and `TopPixels` to specify the number of pixels to be cropped from each respective edge of the video, with defaults set to 0."],["This page provides documentation for versions 2.0.0 to 2.9.0 of the Crop class, with version 2.9.0 being the most recent release."]]],[]]