Google Cloud reCAPTCHA Enterprise v1 API - Class ScoreDistribution (2.9.0)

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

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class ScoreDistribution.

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
MapFieldintlong