Copied!

Reasons contributing to the risk analysis verdict.

Ensure that applications can handle values not explicitly listed.

Protobuf type google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason

CloneableInstantiable
Constants
public Google\Cloud\RecaptchaEnterprise\V1\RiskAnalysis\ClassificationReason::AUTOMATION = 1
 

Interactions matched the behavior of an automated agent.

Generated from protobuf enum AUTOMATION = 1;

public Google\Cloud\RecaptchaEnterprise\V1\RiskAnalysis\ClassificationReason::CLASSIFICATION_REASON_UNSPECIFIED = 0
 

Default unspecified type.

Generated from protobuf enum CLASSIFICATION_REASON_UNSPECIFIED = 0;

public Google\Cloud\RecaptchaEnterprise\V1\RiskAnalysis\ClassificationReason::LOW_CONFIDENCE_SCORE = 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;

public Google\Cloud\RecaptchaEnterprise\V1\RiskAnalysis\ClassificationReason::SUSPECTED_CARDING = 6
 

The request matches behavioral characteristics of a carding attack.

Generated from protobuf enum SUSPECTED_CARDING = 6;

public Google\Cloud\RecaptchaEnterprise\V1\RiskAnalysis\ClassificationReason::SUSPECTED_CHARGEBACK = 7
 

The request matches behavioral characteristics of chargebacks for fraud.

Generated from protobuf enum SUSPECTED_CHARGEBACK = 7;

public Google\Cloud\RecaptchaEnterprise\V1\RiskAnalysis\ClassificationReason::TOO_MUCH_TRAFFIC = 3
 

Traffic volume from the event source is higher than normal.

Generated from protobuf enum TOO_MUCH_TRAFFIC = 3;

public Google\Cloud\RecaptchaEnterprise\V1\RiskAnalysis\ClassificationReason::UNEXPECTED_ENVIRONMENT = 2
 

The event originated from an illegitimate environment.

Generated from protobuf enum UNEXPECTED_ENVIRONMENT = 2;

public Google\Cloud\RecaptchaEnterprise\V1\RiskAnalysis\ClassificationReason::UNEXPECTED_USAGE_PATTERNS = 4
 

Interactions with the site were significantly different than expected patterns.

Generated from protobuf enum UNEXPECTED_USAGE_PATTERNS = 4;

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['CLASSIFICATION_REASON_UNSPECIFIED', 'AUTOMATION', 'UNEXPECTED_ENVIRONMENT', 'TOO_MUCH_TRAFFIC', 'UNEXPECTED_USAGE_PATTERNS', 'LOW_CONFIDENCE_SCORE', 'SUSPECTED_CARDING', 'SUSPECTED_CHARGEBACK']
Properties
private static $valueToName = ['CLASSIFICATION_REASON_UNSPECIFIED', 'AUTOMATION', 'UNEXPECTED_ENVIRONMENT', 'TOO_MUCH_TRAFFIC', 'UNEXPECTED_USAGE_PATTERNS', 'LOW_CONFIDENCE_SCORE', 'SUSPECTED_CARDING', 'SUSPECTED_CHARGEBACK']
Methods
public static name( $value)
public static value( $name)
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration