Google Cloud Recaptcha Enterprise V1 Client - Class TestingOptions (1.3.2)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class TestingOptions.

Options for user acceptance testing.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.TestingOptions

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ testing_score float

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

↳ testing_challenge int

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

getTestingScore

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

Returns
TypeDescription
float

setTestingScore

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

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getTestingChallenge

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

Returns
TypeDescription
int

setTestingChallenge

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this