Google Cloud reCAPTCHA Enterprise v1 API - Class TestingOptions (2.3.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
NameDescription
otherTestingOptions

Properties

TestingChallenge

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

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
TypeDescription
TestingOptions.Types.TestingChallenge

TestingScore

public float TestingScore { get; set; }

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

Property Value
TypeDescription
Single