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 calculated from of all elements in the data profile.
A higher level means the data is 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-03-24 UTC."],[[["The page provides documentation for the `SensitivityScore` class within the Google Cloud Data Loss Prevention v2 API."],["The `SensitivityScore` class represents a score derived from all data profile elements, indicating the data's sensitivity level, where a higher score signifies greater sensitivity."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration within the Google Cloud API structure."],["The documentation details the class's constructors, such as the default constructor and one that accepts another `SensitivityScore` object as a parameter, as well as the `Score` property, which is the core sensitivity value."],["This documentation contains the reference to multiple versions of the api, starting from the latest 4.16.0 down to 2.15.0."]]],[]]