public sealed class CategoricalStatsResult : IMessage<AnalyzeDataSourceRiskDetails.Types.CategoricalStatsResult>, IEquatable<AnalyzeDataSourceRiskDetails.Types.CategoricalStatsResult>, IDeepCloneable<AnalyzeDataSourceRiskDetails.Types.CategoricalStatsResult>, IBufferMessage, IMessage
[[["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 content details the `CategoricalStatsResult` class within the `Google.Cloud.Dlp.V2` namespace, which is used for categorical data analysis."],["Multiple versions of the `CategoricalStatsResult` class are available, ranging from version 2.15.0 to the latest version 4.16.0, with version 3.5.0 highlighted."],["The `CategoricalStatsResult` class, inheriting from `Object`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a property `ValueFrequencyHistogramBuckets` of type `RepeatedField` which provides a histogram of value frequencies in the column."],["Two constructors for `CategoricalStatsResult` are available, one default and another for creating an instance based off of another `CategoricalStatsResult`."]]],[]]