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.
Implements
IMessage<ScoreDistribution>, IEquatable<ScoreDistribution>, IDeepCloneable<ScoreDistribution>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
ScoreDistribution()
public ScoreDistribution()
ScoreDistribution(ScoreDistribution)
public ScoreDistribution(ScoreDistribution other)
Parameter | |
---|---|
Name | Description |
other | ScoreDistribution |
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 | |
---|---|
Type | Description |
MapField<Int32, Int64> |