public enum Assessment.ClassificationReason extends Enum<Assessment.ClassificationReason> implements ProtocolMessageEnumLINT.IfChange(classification_reason) Reasons contributing to the risk analysis verdict.
Protobuf enum google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| AUTOMATION | Interactions matched the behavior of an automated agent. |
| AUTOMATION_VALUE | Interactions matched the behavior of an automated agent. |
| CLASSIFICATION_REASON_UNSPECIFIED | Default unspecified type. |
| CLASSIFICATION_REASON_UNSPECIFIED_VALUE | Default unspecified type. |
| LOW_CONFIDENCE_SCORE | Too little traffic has been received from this site thus far to generate quality risk analysis. |
| LOW_CONFIDENCE_SCORE_VALUE | Too little traffic has been received from this site thus far to generate quality risk analysis. |
| TOO_MUCH_TRAFFIC | Traffic volume from the event source is higher than normal. |
| TOO_MUCH_TRAFFIC_VALUE | Traffic volume from the event source is higher than normal. |
| UNEXPECTED_ENVIRONMENT | The event originated from an illegitimate environment. |
| UNEXPECTED_ENVIRONMENT_VALUE | The event originated from an illegitimate environment. |
| UNEXPECTED_USAGE_PATTERNS | Interactions with the site were significantly different than expected patterns. |
| UNEXPECTED_USAGE_PATTERNS_VALUE | Interactions with the site were significantly different than expected patterns. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |