Class ScoreDistribution (2.0.0)

public sealed class ScoreDistribution : IMessage<ScoreDistribution>, IEquatable<ScoreDistribution>, IDeepCloneable<ScoreDistribution>, IBufferMessage, IMessage

Score distribution.

Inheritance

Object > ScoreDistribution

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

ScoreDistribution()

public ScoreDistribution()

ScoreDistribution(ScoreDistribution)

public ScoreDistribution(ScoreDistribution other)
Parameter
NameDescription
otherScoreDistribution

Properties

ScoreBuckets

public MapField<int, long> ScoreBuckets { get; }

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).

Property Value
TypeDescription
MapField<Int32, Int64>