Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1ScoreDistribution

Score distribution.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1ScoreDistribution
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX