Class GoogleCloudRecaptchaenterpriseV1TestingOptions
Options for user acceptance testing.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1TestingOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TestingChallenge
Optional. For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE.
Declaration
[JsonProperty("testingChallenge")]
public virtual string TestingChallenge { get; set; }
Property Value
Type | Description |
---|---|
string |
TestingScore
Optional. All assessments for this Key return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.
Declaration
[JsonProperty("testingScore")]
public virtual float? TestingScore { get; set; }
Property Value
Type | Description |
---|---|
float? |