Class GoogleCloudRecaptchaenterpriseV1ScoreDistribution
Score distribution.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1ScoreDistribution : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ScoreBuckets
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).
Declaration
[JsonProperty("scoreBuckets")]
public virtual IDictionary<string, long?> ScoreBuckets { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, long?> |