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.
Implements
IMessage ImageTransformations , IEquatable ImageTransformations , IDeepCloneable ImageTransformations , IBufferMessage , IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ImageTransformations()
public ImageTransformations()
ImageTransformations(ImageTransformations)
public ImageTransformations(ImageTransformations other)
Properties
Transforms
public RepeatedField<ImageTransformations.Types.ImageTransformation> Transforms { get; }
List of transforms to make.