public sealed class InfoTypeTransformations : IMessage<InfoTypeTransformations>, IEquatable<InfoTypeTransformations>, IDeepCloneable<InfoTypeTransformations>, IBufferMessage, IMessage
A type of transformation that will scan unstructured text and
apply various PrimitiveTransformations to each finding, where the
transformation is applied to only values that were identified as a specific
info_type.
[[["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 page details the `InfoTypeTransformations` class within the `Google.Cloud.Dlp.V2` namespace, which is utilized for transforming data identified as specific info types in unstructured text."],["`InfoTypeTransformations` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The class offers two constructors: a default constructor `InfoTypeTransformations()` and a copy constructor `InfoTypeTransformations(InfoTypeTransformations other)`."],["The `Transformations` property, a `RepeatedField`, is a required field that contains the specific transformation rules for each `InfoType`, with a constraint of only one transformation per info type."],["The page lists the available versions of the `InfoTypeTransformations` class, ranging from the latest version 4.16.0 down to 2.15.0."]]],[]]