public sealed class PreprocessingConfig.Types.Crop : IMessage<PreprocessingConfig.Types.Crop>, IEquatable<PreprocessingConfig.Types.Crop>, IDeepCloneable<PreprocessingConfig.Types.Crop>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Crop.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides reference documentation for the `PreprocessingConfig.Types.Crop` class in the Google Cloud Transcoder v1 API, specifically within the .NET framework."],["The `PreprocessingConfig.Types.Crop` class is used to define video cropping configurations, allowing for the specification of how many pixels to remove from the top, bottom, left, and right of an input video."],["The latest version of the API documented here is 2.9.0, and historical versions are accessible from 1.0.0 onwards."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, offering functionalities like message handling, equality checks, and deep cloning."],["The class has properties to configure cropping settings, `BottomPixels`, `LeftPixels`, `RightPixels`, and `TopPixels`, all of which default to 0, and it has two constructors `Crop()` and `Crop(Crop)`."]]],[]]