public sealed class SensitivityScore : IMessage<SensitivityScore>, IEquatable<SensitivityScore>, IDeepCloneable<SensitivityScore>, IBufferMessage, IMessage
Score is a summary of all elements in the data profile.
A higher number means more sensitive.
[[["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-04-09 UTC."],[[["The `SensitivityScore` class is a summary of data profile elements, where a higher score indicates greater sensitivity."],["This class is part of the `Google.Cloud.Dlp.V2` namespace within the `Google.Cloud.Dlp.V2.dll` assembly, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SensitivityScore` class offers a default constructor and a copy constructor, `SensitivityScore(SensitivityScore other)`, to help instantiate new objects."],["The class also include a `Score` property, which is of type `SensitivityScore.Types.SensitivityScoreLevel` and indicates the level of sensitivity for the resource."],["This webpage provide documentation for versions ranging from `2.15.0` to `4.16.0`, with `4.16.0` being the most recent version, and version `3.5.0` is the current context of the documentation."]]],[]]