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-03-21 UTC."],[[["This documentation page covers the `PreprocessingConfig.Types.Crop` class within the Google Cloud Live Stream v1 API, focusing on video cropping capabilities."],["The `PreprocessingConfig.Types.Crop` class is used to configure video cropping for input videos, which are then scaled to match the output resolution."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use in protocol buffers and deep cloning scenarios."],["The class provides properties like `BottomPixels`, `LeftPixels`, `RightPixels`, and `TopPixels` to define the number of pixels to crop from each respective side of the video."],["The class is part of the `Google.Cloud.Video.LiveStream.V1` namespace and has a history of versions, with the latest being version 1.8.0."]]],[]]