Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class Challenge.
Challenge information for SCORE_AND_CHALLENGE and INVISIBLE keys
Protobuf type google.cloud.recaptchaenterprise.v1.RiskAnalysis.Challenge
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ RiskAnalysisMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CHALLENGE_UNSPECIFIED
Value: 0
Default unspecified type.
Generated from protobuf enum CHALLENGE_UNSPECIFIED = 0;
NOCAPTCHA
Value: 1
No challenge was presented for solving.
Generated from protobuf enum NOCAPTCHA = 1;
PASSED
Value: 2
A solution was submitted that was correct.
Generated from protobuf enum PASSED = 2;
FAILED
Value: 3
A solution was submitted that was incorrect or otherwise deemed suspicious.
Generated from protobuf enum FAILED = 3;