Google Cloud reCAPTCHA Enterprise v1 API - Class TestingOptions (2.13.0)

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

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

Options for user acceptance testing.

Inheritance

object > TestingOptions

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

TestingOptions()

public TestingOptions()

TestingOptions(TestingOptions)

public TestingOptions(TestingOptions other)
Parameter
Name Description
other TestingOptions

Properties

TestingChallenge

public TestingOptions.Types.TestingChallenge TestingChallenge { get; set; }

Optional. For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if CHALLENGE.

Property Value
Type Description
TestingOptionsTypesTestingChallenge

TestingScore

public float TestingScore { get; set; }

Optional. All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.

Property Value
Type Description
float