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.
Implements
IMessage<TestingOptions>, IEquatable<TestingOptions>, IDeepCloneable<TestingOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
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; }
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 |
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 | |
---|---|
Type | Description |
Single |