public sealed class ImageTransformations : IMessage<ImageTransformations>, IEquatable<ImageTransformations>, IDeepCloneable<ImageTransformations>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ImageTransformations.
A type of transformation that is applied over images.
[[["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-24 UTC."],[[["The `ImageTransformations` class in the Google Cloud Data Loss Prevention v2 API provides functionality for applying transformations to images."],["This class is found within the `Google.Cloud.Dlp.V2` namespace and is documented across multiple versions, ranging from 2.15.0 to 4.16.0, with 4.16.0 being the latest."],["The `ImageTransformations` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["It has a `Transforms` property that is a list of type `ImageTransformations.Types.ImageTransformation` which is intended to list all transforms to apply to an image."],["The `ImageTransformations` class has 2 constructors, one with no parameters, and one with an `other` parameter of the same type to create a new object from another."]]],[]]