Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ClassificationReason.
Reasons contributing to the risk analysis verdict.
Protobuf type google.cloud.recaptchaenterprise.v1.RiskAnalysis.ClassificationReason
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
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;