Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ClassificationReason.
Reasons contributing to the risk analysis verdict.
Ensure that applications can handle values not explicitly listed.
Protobuf type google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ RiskAnalysisMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CLASSIFICATION_REASON_UNSPECIFIED
Value: 0Default unspecified type.
Generated from protobuf enum CLASSIFICATION_REASON_UNSPECIFIED = 0;
AUTOMATION
Value: 1Interactions matched the behavior of an automated agent.
Generated from protobuf enum AUTOMATION = 1;
UNEXPECTED_ENVIRONMENT
Value: 2The event originated from an illegitimate environment.
Generated from protobuf enum UNEXPECTED_ENVIRONMENT = 2;
TOO_MUCH_TRAFFIC
Value: 3Traffic volume from the event source is higher than normal.
Generated from protobuf enum TOO_MUCH_TRAFFIC = 3;
UNEXPECTED_USAGE_PATTERNS
Value: 4Interactions with the site were significantly different than expected patterns.
Generated from protobuf enum UNEXPECTED_USAGE_PATTERNS = 4;
LOW_CONFIDENCE_SCORE
Value: 5Too little traffic has been received from this site thus far to generate quality risk analysis.
Generated from protobuf enum LOW_CONFIDENCE_SCORE = 5;
SUSPECTED_CARDING
Value: 6The request matches behavioral characteristics of a carding attack.
Generated from protobuf enum SUSPECTED_CARDING = 6;
SUSPECTED_CHARGEBACK
Value: 7The request matches behavioral characteristics of chargebacks for fraud.
Generated from protobuf enum SUSPECTED_CHARGEBACK = 7;