public sealed class ScoreDistribution : IMessage<ScoreDistribution>, IEquatable<ScoreDistribution>, IDeepCloneable<ScoreDistribution>, IBufferMessage, IMessage
Map key is score value multiplied by 100. The scores are discrete values
between [0, 1]. The maximum number of buckets is on order of a few dozen,
but typically much lower (ie. 10).
[[["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-25 UTC."],[[["This page details the `ScoreDistribution` class within the `Google.Cloud.RecaptchaEnterprise.V1` namespace, showing the history of versions available."],["The latest version of `ScoreDistribution` is 2.17.0, with various preceding versions from 2.16.0 down to 1.2.0 also accessible."],["`ScoreDistribution` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ScoreDistribution` class includes a property called `ScoreBuckets`, which is a map field containing score values between 0 and 1 multiplied by 100, represented by an Int32 key and an Int64 value."],["There are two constructors for `ScoreDistribution`, one default and one that can take another `ScoreDistribution` object as a parameter for creating copies."]]],[]]