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 Live Stream 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-06-12 UTC."],[[["This webpage provides reference documentation for the `PreprocessingConfig.Types.Crop` class within the Google Cloud Live Stream v1 API, with version 1.8.0 being the latest version."],["The `PreprocessingConfig.Types.Crop` class is used to configure video cropping for input videos, which are then scaled to the desired output resolution."],["The class offers properties like `BottomPixels`, `LeftPixels`, `RightPixels`, and `TopPixels`, allowing users to specify the number of pixels to crop from each edge of the video, all of which default to 0."],["The class implements the following interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage` and `IMessage`."],["The documentation includes versions from 1.0.0 all the way to the latest 1.8.0, showing a clear evolution of the class over different iterations of the google cloud API."]]],[]]