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 latest version of `InfoTypeTransformations` is 4.16.0, with previous versions ranging from 4.15.0 down to 2.15.0."],["`InfoTypeTransformations` is a class that applies transformations to values identified as specific info types within unstructured text, as a type of primitive transformation."],["The `InfoTypeTransformations` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The `Transformations` property, of type `RepeatedField`, allows for the application of multiple transformations, but only one per given info type."]]],[]]