Google Cloud Recaptcha Enterprise V1 Client - Class Annotation (1.4.2)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class Annotation.

Enum that represents the types of annotations.

Protobuf type google.cloud.recaptchaenterprise.v1.AnnotateAssessmentRequest.Annotation

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ AnnotateAssessmentRequest

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ANNOTATION_UNSPECIFIED

Value: 0

Default unspecified type.

Generated from protobuf enum ANNOTATION_UNSPECIFIED = 0;

LEGITIMATE

Value: 1

Provides information that the event turned out to be legitimate.

Generated from protobuf enum LEGITIMATE = 1;

FRAUDULENT

Value: 2

Provides information that the event turned out to be fraudulent.

Generated from protobuf enum FRAUDULENT = 2;

PASSWORD_CORRECT

Value: 3

Provides information that the event was related to a login event in which the user typed the correct password. Deprecated, prefer indicating CORRECT_PASSWORD through the reasons field instead.

Generated from protobuf enum PASSWORD_CORRECT = 3 [deprecated = true];

PASSWORD_INCORRECT

Value: 4

Provides information that the event was related to a login event in which the user typed the incorrect password. Deprecated, prefer indicating INCORRECT_PASSWORD through the reasons field instead.

Generated from protobuf enum PASSWORD_INCORRECT = 4 [deprecated = true];