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, part of the Google Cloud Data Loss Prevention v2 API, allows for applying transformations to images."],["This documentation covers versions from 2.15.0 up to the latest version 4.16.0 of the `ImageTransformations` class."],["`ImageTransformations` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `Transforms` property, of type `RepeatedField`, allows for the application of multiple `ImageTransformation` types, offering a way to apply a variety of image changes."],["The class provides two constructors: a default parameterless one and another one that accepts a copy of another `ImageTransformations` object as a parameter."]]],[]]