public sealed class SensitivityScore : IMessage<SensitivityScore>, IEquatable<SensitivityScore>, IDeepCloneable<SensitivityScore>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class SensitivityScore.
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."],[[["This webpage provides documentation for the `SensitivityScore` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically within the .NET framework."],["The `SensitivityScore` class, part of the `Google.Cloud.Dlp.V2` namespace, represents a summary of data profile elements and their sensitivity, with higher scores indicating greater sensitivity."],["The page lists multiple versions of the API, from the latest (4.16.0) down to 2.15.0, with links to specific documentation for each version, but focuses on version 4.5.0."],["The `SensitivityScore` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, and it has a `Score` property representing the sensitivity level."],["The class includes a default constructor `SensitivityScore()` and a copy constructor `SensitivityScore(SensitivityScore other)`."]]],[]]