Google Cloud Recaptcha Enterprise V1 Client - Class ClassificationReason (2.3.0)

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 \ RiskAnalysis

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CLASSIFICATION_REASON_UNSPECIFIED

Value: 0

Default unspecified type.

Generated from protobuf enum CLASSIFICATION_REASON_UNSPECIFIED = 0;

AUTOMATION

Value: 1

Interactions matched the behavior of an automated agent.

Generated from protobuf enum AUTOMATION = 1;

UNEXPECTED_ENVIRONMENT

Value: 2

The event originated from an illegitimate environment.

Generated from protobuf enum UNEXPECTED_ENVIRONMENT = 2;

TOO_MUCH_TRAFFIC

Value: 3

Traffic volume from the event source is higher than normal.

Generated from protobuf enum TOO_MUCH_TRAFFIC = 3;

UNEXPECTED_USAGE_PATTERNS

Value: 4

Interactions with the site were significantly different than expected patterns.

Generated from protobuf enum UNEXPECTED_USAGE_PATTERNS = 4;

LOW_CONFIDENCE_SCORE

Value: 5

Too 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: 6

The request matches behavioral characteristics of a carding attack.

Generated from protobuf enum SUSPECTED_CARDING = 6;

SUSPECTED_CHARGEBACK

Value: 7

The request matches behavioral characteristics of chargebacks for fraud.

Generated from protobuf enum SUSPECTED_CHARGEBACK = 7;